IBF Short URL

讓IBF.TW幫您縮短冗長、難記憶的網址吧!

IBF Short URLとは何ですか?

IBF Short URLはhttps://ibf.twによって開発されたChromeの拡張機能で、その主な機能は「讓IBF.TW幫您縮短冗長、難記憶的網址吧!」です。

拡張機能のスクリーンショット

screenshot

IBF Short URL拡張機能のCRXファイルをダウンロード

IBF Short URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        使用 IBF.TW 服務縮短網址,超級簡單,超級快!

只需點擊工具欄上的IBF圖標,即可使用ibf.tw網址縮短工具縮短當前頁面的網址。                    

拡張機能の基本情報

名前 IBF Short URL IBF Short URL
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
Eメール [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
}