TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
TinyURL Converterคืออะไร?
TinyURL Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan B. และคุณลักษณะหลักของมันคือ "This extension retrieves a tinyURL version of your current tabs URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinyURL Converter
ดาวน์โหลดไฟล์ส่วนขยาย TinyURL Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to get the tinyURL version of their current tabs URL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TinyURL Converter |
ID | mgimefmoeoefijobogjnagloodfiepig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
คำอธิบาย | This extension retrieves a tinyURL version of your current tabs URL. |
ขนาดไฟล์ | 228 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-07-29 |
วันที่เผยแพร่ | 2014-07-28 |
ผู้พัฒนา | Dylan B. |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Converter", "description": "This extension retrieves a tinyURL version of your current tabs URL.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/tinyurl.com\/" ] } |