brnrs - Create private, temporary URLs
Create shortened URLs that delete themselves after a specified number of uses or amout of time.
brnrs - Create private, temporary URLsとは何ですか?
brnrs - Create private, temporary URLsはhttps://brnrs.ioによって開発されたChromeの拡張機能で、その主な機能は「Create shortened URLs that delete themselves after a specified number of uses or amout of time.」です。
拡張機能のスクリーンショット
brnrs - Create private, temporary URLs拡張機能のCRXファイルをダウンロード
brnrs - Create private, temporary URLs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | pobinhjkpbnfdphmeopaclblbcgbdkoe |
公式URL | https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe |
説明 | Create shortened URLs that delete themselves after a specified number of uses or amout of time. |
ファイルサイズ | 293 KB |
インストール数 | 74 |
現在のバージョン | 0.1 |
最終更新日 | 2016-06-30 |
公開日 | 2016-06-30 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | https://brnrs.io |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |