Url Shortener
Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service.
Url Shortenerคืออะไร?
Url Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ritemre และคุณลักษณะหลักของมันคือ "Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Url Shortener
ดาวน์โหลดไฟล์ส่วนขยาย Url Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
What does this extension do? --> Shorten URLs using TinyURL url shortener service. --> Easily shorten any link from clipboard --> Automatically copies url to clipboard --> Сlick to shorten url and copy to clipboard --> Generate QR code
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Url Shortener |
ID | mpondihcamknphabeadmkomijoemjhkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-shortener/mpondihcamknphabeadmkomijoemjhkm |
คำอธิบาย | Just click our extension icon on toolbar to shorten the URL of current page with TinyURL.com url shortener service. |
ขนาดไฟล์ | 1.66 MB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-02-18 |
วันที่เผยแพร่ | 2021-02-17 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ritemre |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uygunpetgross.com.tr/ |
URL หน้าช่วยเหลือ | https://uygunpetgross.com.tr/index.php?route=information/contact |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Uygun Pet Gross", "name": "__MSG_app_name__", "short_name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0.0", "version_name": "1.0.0", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "data\/background.js" ], "persistent": true }, "homepage_url": "https:\/\/www.uygunpetgross.com.tr", "browser_action": { "default_title": "__MSG_app_name__", "default_icon": { "128": "data\/assets\/icons\/128.png", "256": "data\/assets\/icons\/256.png", "32": "data\/assets\/icons\/32.png", "48": "data\/assets\/icons\/48.png", "96": "data\/assets\/icons\/96.png" }, "default_popup": "data\/popup\/index.html" }, "icons": { "128": "data\/assets\/icons\/128.png", "256": "data\/assets\/icons\/256.png", "32": "data\/assets\/icons\/32.png", "48": "data\/assets\/icons\/48.png", "96": "data\/assets\/icons\/96.png" }, "permissions": [ "tabs", "https:\/\/chart.googleapis.com\/*", "https:\/\/tinyurl.com\/*", "storage" ] } |