IBF Short URL
讓IBF.TW幫您縮短冗長、難記憶的網址吧!
什么是IBF Short URL?
IBF Short URL是由https://ibf.tw开发的Chrome扩展程序,该扩展的主要功能是“讓IBF.TW幫您縮短冗長、難記憶的網址吧!”。
扩展截图
下载IBF Short URL扩展crx文件
下载IBF Short URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
使用 IBF.TW 服務縮短網址,超級簡單,超級快!
只需點擊工具欄上的IBF圖標,即可使用ibf.tw網址縮短工具縮短當前頁面的網址。 扩展基本信息
| 名称 | |
| ID | dhjopdpkaiboacnblmgmfhlbcionahpe |
| 官方URL | https://chromewebstore.google.com/detail/ibf-short-url/dhjopdpkaiboacnblmgmfhlbcionahpe |
| 简介 | 讓IBF.TW幫您縮短冗長、難記憶的網址吧! |
| 文件大小 | 5.51 MB |
| 安装次数 | 75 |
| 当前版本 | 1.02 |
| 更新时间 | 2023-12-09 |
| 上架时间 | 2019-10-01 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://ibf.tw |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ibf.tw/tool.php |
| 帮助页面URL | https://ibf.tw/tool.php |
| 隐私政策页面URL | https://ibf.tw/privacy.php |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IBF Short URL",
"version": "1.02",
"description": "\u8b93IBF.TW\u5e6b\u60a8\u7e2e\u77ed\u5197\u9577\u3001\u96e3\u8a18\u61b6\u7684\u7db2\u5740\u5427\uff01",
"permissions": [
"tabs",
"storage",
"notifications",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/ibf.tw\/*"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "IBF Short URL Service",
"default_icon": {
"16": "images\/ibf_16.png",
"32": "images\/ibf_32.png",
"48": "images\/ibf_48.png",
"128": "images\/ibf_128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/ibf_16.png",
"32": "images\/ibf_32.png",
"48": "images\/ibf_48.png",
"128": "images\/ibf_128.png"
},
"manifest_version": 3
} | |