NGG URL Shortener
The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…
NGG URL Shortenerคืออะไร?
NGG URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NGG Dev Team และคุณลักษณะหลักของมันคือ "The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NGG URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย NGG URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also options (socket icon) to automatically copy the generated link your clipboard! www.ngg.la is provided by Next Generation Gaming, LLC (www.ng-gaming.net) and was created by Alex Binello with help from "Akatony".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmkpanlggdkomfnpghknkhnjipcnpmkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ngg-url-shortener/cmkpanlggdkomfnpghknkhnjipcnpmkk |
คำอธิบาย | The NGG URL Shortener will automatically shorten any link that is within your address bar into an www.ngg.la link! There are also… |
ขนาดไฟล์ | 125 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-12-17 |
วันที่เผยแพร่ | 2013-12-17 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | NGG Dev Team |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NGG URL Shortener", "description": "", "version": "1.1", "permissions": [ "tabs", "webRequest", "http:\/\/*.ngg.la\/", "clipboardRead", "clipboardWrite", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |