YouClick.link | Free URL Shortener
Free URL's shortener
YouClick.link | Free URL Shortenerคืออะไร?
YouClick.link | Free URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://youclick.link และคุณลักษณะหลักของมันคือ "Free URL's shortener"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouClick.link | Free URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย YouClick.link | Free URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create a short link in two clicks: install the extension and shorten it. A powerful extension with which you will be able to short URL directly on the page you are visiting. The YouClick.link extension is fully integrated with your account, manage your links directly from your browser. The Chrome extension adds an icon to the toolbar to shorten the URL with You Click.link, just click on the icon and get a short link and a QR code. In the extension settings you will find: - Beautiful short domain; - Ability to enable and disable auto copy; - Possibility to choose the type of transition. ================================================= ============= Our feature: - Link shortener that does not require registration - Shorten links with one click - QR code generator - Completely free ================================================= =============
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouClick.link | Free URL Shortener |
ID | dpcmeefpolkbpbhojihlplohfffpdekg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youclicklink-free-url-sho/dpcmeefpolkbpbhojihlplohfffpdekg |
คำอธิบาย | Free URL's shortener |
ขนาดไฟล์ | 90.74 KB |
จำนวนการติดตั้ง | 263 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2022-08-17 |
วันที่เผยแพร่ | 2022-05-03 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://youclick.link |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://youclick.link/ |
URL หน้าช่วยเหลือ | https://youclick.link/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://youclick.link/page/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "action": { "default_title": "__MSG_open_popup__", "default_popup": "popup.html" }, "permissions": [ "activeTab", "notifications" ], "host_permissions": [ "https:\/\/youclick.link\/*", "https:\/\/uclck.ru\/*\/qr", "https:\/\/uclck.me\/*\/qr" ], "description": "__MSG_desc_app__", "default_locale": "en", "version": "0.5", "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/youclick.link\/?getRecaptcha" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ] } |