Ngecilin Extension
Chrome Extension to shorten your looooong URL.
Ngecilin Extensionคืออะไร?
Ngecilin Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kulkul.tech และคุณลักษณะหลักของมันคือ "Chrome Extension to shorten your looooong URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ngecilin Extension
ดาวน์โหลดไฟล์ส่วนขยาย Ngecilin Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shorten your long URLs easily using TinyURL and Short.io services. You can share the shortened links via social media with our URL shortener. Shortening your URLs will also make the links look elegant and clean. With this extension, you can track of created short URLs and access the analytics. URL Shortener Features: - Easily shorten URLs without any need of an account. - Share the short links with one tap - Shorten Url from Notification - One-click easy copying - Completely free Find bugs or need help? Contact us at [email protected] Please rate ★★★★★ if you like this app.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ngecilin Extension |
ID | hbcmhfleidhgnfhfchencfkefmabfkhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ngecilin-extension/hbcmhfleidhgnfhfchencfkefmabfkhe |
คำอธิบาย | Chrome Extension to shorten your looooong URL. |
ขนาดไฟล์ | 41.4 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-11-21 |
วันที่เผยแพร่ | 2020-10-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://kulkul.tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kulkul.tech/ |
URL หน้าช่วยเหลือ | https://www.kulkul.tech/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://kulkul.tech/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ngecilin Extension", "version": "1.1.2", "description": "Chrome Extension to shorten your looooong URL.", "manifest_version": 2, "permissions": [ "tabs", "storage", "*:\/\/api.short.cm\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "options_page": "options\/index.html", "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "web_accessible_resources": [], "content_scripts": [], "browser_action": { "default_title": "Ngecilin Extension", "default_icon": { "16": "assets\/icons\/icon-ngecilin-16.png", "32": "assets\/icons\/icon-ngecilin-32.png", "48": "assets\/icons\/icon-ngecilin-48.png", "128": "assets\/icons\/icon-ngecilin-128.png" }, "default_popup": "popup\/index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "MacCtrl+Shift+P" }, "description": "Open Ngecilin Extension" } }, "icons": { "16": "assets\/icons\/icon-ngecilin-16.png", "32": "assets\/icons\/icon-ngecilin-32.png", "48": "assets\/icons\/icon-ngecilin-48.png", "128": "assets\/icons\/icon-ngecilin-128.png" } } |