brnrs - Create private, temporary URLs
Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Co je brnrs - Create private, temporary URLs?
brnrs - Create private, temporary URLs je rozšíření Chrome vyvinuté https://brnrs.io, a jeho hlavní funkcí je „Create shortened URLs that delete themselves after a specified number of uses or amout of time.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření brnrs - Create private, temporary URLs
Stáhněte si soubory rozšíření brnrs - Create private, temporary URLs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | pobinhjkpbnfdphmeopaclblbcgbdkoe |
| Oficiální URL | https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe |
| Popis | Create shortened URLs that delete themselves after a specified number of uses or amout of time. |
| Velikost souboru | 293 KB |
| Počet instalací | 74 |
| Aktuální Verze | 0.1 |
| Poslední Aktualizace | 2016-06-30 |
| Datum Vydání | 2016-06-30 |
| Hodnocení | 2.33/5 Celkem 3 Hodnocení |
| Vývojář | https://brnrs.io |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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\/*"
]
} | |