brnrs - Create private, temporary URLs
Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Vad är brnrs - Create private, temporary URLs?
brnrs - Create private, temporary URLs är en Chrome-tillägg utvecklad av https://brnrs.io, och dess huvudfunktion är "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".
Tilläggsskärmbilder
Ladda ner brnrs - Create private, temporary URLs-förlängningens CRX-fil
Ladda ner brnrs - Create private, temporary URLs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | pobinhjkpbnfdphmeopaclblbcgbdkoe |
Officiell webbadress | https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe |
Beskrivning | Create shortened URLs that delete themselves after a specified number of uses or amout of time. |
Filstorlek | 293 KB |
Antal Installationer | 74 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-06-30 |
Publiceringsdatum | 2016-06-30 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | https://brnrs.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |