Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Decode URLsคืออะไร?
Decode URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avi Klein และคุณลักษณะหลักของมันคือ "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Decode URLs
ดาวน์โหลดไฟล์ส่วนขยาย Decode URLs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Decode URLs |
ID | ammnkklofnncmpmenbffefpmdnocnmlp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
คำอธิบาย | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
ขนาดไฟล์ | 7.79 KB |
จำนวนการติดตั้ง | 238 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2019-04-24 |
วันที่เผยแพร่ | 2019-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Avi Klein |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decode URLs", "short_name": "Decode URLs", "version": "1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "Popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |