IBF Short URL
讓IBF.TW幫您縮短冗長、難記憶的網址吧!
IBF Short URLคืออะไร?
IBF Short URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ibf.tw และคุณลักษณะหลักของมันคือ "讓IBF.TW幫您縮短冗長、難記憶的網址吧!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IBF Short URL
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |