brnrs - Create private, temporary URLs

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

Wat is brnrs - Create private, temporary URLs?

brnrs - Create private, temporary URLs is een Chrome-extensie ontwikkeld door https://brnrs.io, en de belangrijkste functie is "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie brnrs - Create private, temporary URLs

Download brnrs - Create private, temporary URLs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam brnrs - Create private, temporary URLs brnrs - Create private, temporary URLs
ID pobinhjkpbnfdphmeopaclblbcgbdkoe
Officiële URL https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe
Beschrijving Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Bestandsgrootte 293 KB
Aantal Installaties 74
Huidige Versie 0.1
Laatst Bijgewerkt 2016-06-30
Publicatiedatum 2016-06-30
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://brnrs.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}