3o2 - Headless URL shortener
Shrink any URL from your Chrome (or Chromium based) browser.
3o2 - Headless URL shortenerคืออะไร?
3o2 - Headless URL shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://3o2.co และคุณลักษณะหลักของมันคือ "Shrink any URL from your Chrome (or Chromium based) browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3o2 - Headless URL shortener
ดาวน์โหลดไฟล์ส่วนขยาย 3o2 - Headless URL shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you looking for a way to get short, easy to remember and clear URLs? Then, this extension is for you! The 3o2.co is the stupidly easy to use headless URL shortening service, which you can use straight from your browser, even without going to another tab! It converts long URLs, such as "http://this-is-a-really-long.and?boring=url-ever" into "https://302.co/[ABC]", where ABC is a special code. After get any shorten URL, you can also track its clicks and usage. ### WHAT'S NEW IN VERSION 2.0.0 ### This version rolls out a major update with a full refactoring of the code, design and features. ### WHAT'S NEW IN VERSION 1.1.0 ### From this version you can input your private API Key and take advantage from the advanced shortening options, including: defining an expiration time for all short URLs, get ride from the delay count-down page and get all your shorten URLs listed in your account dashboard. In order to get your private API key, please visit https://3o2.co/signup and sign up for an account. Uf you have already an account created, after sign in to your account, just visit https://3o2.co/account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfeaiioabpdloalppmcbnnnkegkciibj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/3o2-headless-url-shortene/gfeaiioabpdloalppmcbnnnkegkciibj |
คำอธิบาย | Shrink any URL from your Chrome (or Chromium based) browser. |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2020-10-17 |
วันที่เผยแพร่ | 2017-10-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://3o2.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://3o2.co |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3o2 - Headless URL shortener", "description": "Shrink any URL from your Chrome (or Chromium based) browser.", "version": "2.0.0", "icons": { "16": "assets\/abtz-favicon.png", "48": "assets\/abtz-favicon.png", "128": "assets\/abtz-favicon-128.png" }, "browser_action": { "default_icon": "assets\/abtz-favicon.png", "default_popup": "main.html", "default_title": "3o2 - Headless URL Shortener" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/main.js" ], "run_at": "document_end" } ], "permissions": [ "webRequest", " |