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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |