Shorten Links Free
Shorten Links Free
Shorten Links Freeคืออะไร?
Shorten Links Free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shp.zone และคุณลักษณะหลักของมันคือ "Shorten Links Free"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shorten Links Free
ดาวน์โหลดไฟล์ส่วนขยาย Shorten Links Free ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extensions helps to shorten the link any url page on website. - Very short shortened link like shp.ee, shp.zone... - Automatically open App Shopee, Lazada - Statistics of daily clicks - All free - Easily share the link on the shortest social network Instantly Create short URLs & a QR code of your current tab. Quickly and easily create short URLs or generate a QR code for the website you are on. You can copy or save the QR code by right-clicking on it. Creating shp.zone,shp.icu short URLs can be done with 1 click in the extension, and can also be done through a context menu (right click). The layout of the popup highly customizable! You can choose to disable/enable any feature you want! You can also view your history of short URLs and can view the link statistics! Unlike other URL shortener extensions, there is no need for any extra permissions! We take your privacy into consideration by keeping everything we can offline. We do not need access to any of your data and the QR code is generated offline using an open-source JavaScript library. The short URLs are created using shp.zone API's. (This is the only thing done over the network) but no personal data is collected. Icons by HeroIcons https://github.com/davidshimjs/qrcodejs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shorten Links Free |
ID | ppchijjehkpjnogodbdbjingmeoalpnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shorten-links-free/ppchijjehkpjnogodbdbjingmeoalpnk |
คำอธิบาย | Shorten Links Free |
ขนาดไฟล์ | 1.17 MB |
จำนวนการติดตั้ง | 1,585 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-09-27 |
วันที่เผยแพร่ | 2022-01-27 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://shp.zone |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://shp.zone |
URL หน้านโยบายความเป็นส่วนตัว | https://nhatkythuthuat.com/help/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorten Links Free", "short_name": "URL Shortener", "description": "Shorten Links Free", "version": "1.0.5", "permissions": [ "activeTab", "storage" ], "host_permissions": [], "action": { "default_title": "Shorten Links Free", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "background.js" }, "manifest_version": 3 } |