brnrs - Create private, temporary URLs

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

Was ist brnrs - Create private, temporary URLs?

brnrs - Create private, temporary URLs ist eine Chrome-Erweiterung, die von https://brnrs.io entwickelt wurde, und ihr Hauptmerkmal ist "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

brnrs - Create private, temporary URLs-Erweiterungs-CRX-Datei herunterladen

Laden Sie brnrs - Create private, temporary URLs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name brnrs - Create private, temporary URLs brnrs - Create private, temporary URLs
ID pobinhjkpbnfdphmeopaclblbcgbdkoe
Offizielle URL https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe
Beschreibung Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Dateigröße 293 KB
Installationsanzahl 74
Aktuelle Version 0.1
Letztes Update 2016-06-30
Veröffentlichungsdatum 2016-06-30
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler https://brnrs.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}