is.gd URL Shortener
is.gd URL Shortener
is.gd URL Shortenerคืออะไร?
is.gd URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 14k และคุณลักษณะหลักของมันคือ "is.gd URL Shortener"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย is.gd URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย is.gd URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UNMAINTAINED Version 1.0.0.1 changes: -Fixed url encoding Version 1.0.0.2 changes: -Forced to update manifest file Version 1.0.0.3 changes: -Fixed security issues caused by inline scripts ban. (which broked extension) Version 1.0.0.4 changes: -Fiex CORS
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdofbppppmjfejecfiegjnmbbgichjhg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg |
คำอธิบาย | is.gd URL Shortener |
ขนาดไฟล์ | 26.31 KB |
จำนวนการติดตั้ง | 1,261 |
เวอร์ชันปัจจุบัน | 1.0.0.4 |
อัปเดตครั้งล่าสุด | 2017-05-22 |
วันที่เผยแพร่ | 2017-05-22 |
คะแนน | 4.39/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | 14k |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://steamcommunity.com/id/xozyain/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "is.gd URL Shortener", "icons": { "128": "isgd.png" }, "manifest_version": 2, "name": "is.gd URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/is.gd\/*", "https:\/\/is.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.4" } |