IBF Short URL

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

IBF Short URL란 무엇입니까?

IBF Short URL은(는) https://ibf.tw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "讓IBF.TW幫您縮短冗長、難記憶的網址吧!"입니다.

확장 프로그램 스크린샷

screenshot

IBF Short URL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        使用 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
이메일 [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
}