brnrs - Create private, temporary URLs

Create shortened URLs that delete themselves after a specified number of uses or amout of time.

Cos'è brnrs - Create private, temporary URLs?

brnrs - Create private, temporary URLs è un'estensione di Chrome sviluppata da https://brnrs.io, e la sua funzione principale è "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione brnrs - Create private, temporary URLs

Scarica i file di estensione brnrs - Create private, temporary URLs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add some impermanence to the links you share on on the web! brnrs allows anyone to create anonymous, temporary links in a matter of seconds.

-Shorten any URL
-Choose how long it is active (either via number of uses, an expiration time/date, or both)
-Share the link the same way you would any other
-Expired links resolve to a standard placeholder page

The brnrs Chrome extension is open source and leverages the brnrs.io API.                    

Informazioni di Base sull'Estensione

Nome brnrs - Create private, temporary URLs brnrs - Create private, temporary URLs
ID pobinhjkpbnfdphmeopaclblbcgbdkoe
URL Ufficiale https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe
Descrizione Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Dimensione del File 293 KB
Conteggio Installazioni 74
Versione Corrente 0.1
Ultimo Aggiornamento 2016-06-30
Data di Pubblicazione 2016-06-30
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore https://brnrs.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "brnrs - Create private, temporary URLs",
    "description": "Create shortened URLs that delete themselves after a specified number of uses or amout of time.",
    "version": "0.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.htm",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "background": {
        "persistant": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/brnrs.io\/*"
    ]
}