brnrs - Create private, temporary URLs
Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Apa itu brnrs - Create private, temporary URLs?
brnrs - Create private, temporary URLs adalah ekstensi Chrome yang dikembangkan oleh https://brnrs.io, dan fitur utamanya adalah "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi brnrs - Create private, temporary URLs
Unduh file ekstensi brnrs - Create private, temporary URLs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pobinhjkpbnfdphmeopaclblbcgbdkoe |
URL Resmi | https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe |
Deskripsi | Create shortened URLs that delete themselves after a specified number of uses or amout of time. |
Ukuran File | 293 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-06-30 |
Tanggal Publikasi | 2016-06-30 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | https://brnrs.io |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |