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 |
| 电子邮箱 | [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\/*"
]
} | |