Shawdy It
Easily shorten URLs, track history and generate QR codes on the fly.
Shawdy Itคืออะไร?
Shawdy It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shawdy.io และคุณลักษณะหลักของมันคือ "Easily shorten URLs, track history and generate QR codes on the fly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shawdy It
ดาวน์โหลดไฟล์ส่วนขยาย Shawdy It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need a link shortened? Shawdy it! Harness the power of me - Shawdy - in your browser today. Easily shorten URLs, track history and generate QR codes on the fly. That's not all though. Not only can you use my service, but you can use bit.ly, tinyurl or is.gd URL shortening services as well. Even allowing you to use Bit.ly's API. Continue below to see even more of my awesome in-browser features! Supported URL Shortening Services: - shawdy.io - bit.ly - tinyurl - is.gd List of features available - Copy to clipboard - Right Click - QR Code Generate - History of url shortened - Delete History - API support
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shawdy It |
ID | bebocdlbojnlnalclpmknbjlamacmfno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno |
คำอธิบาย | Easily shorten URLs, track history and generate QR codes on the fly. |
ขนาดไฟล์ | 626 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.18.26 |
อัปเดตครั้งล่าสุด | 2020-09-08 |
วันที่เผยแพร่ | 2020-09-01 |
คะแนน | 4.92/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://shawdy.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.shawdy.io |
URL หน้าช่วยเหลือ | https://www.shawdy.io/pages/faq |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shawdy It", "version": "1.18.26", "manifest_version": 2, "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "storage" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "description": "Easily shorten URLs, track history and generate QR codes on the fly.", "icons": { "20": "images\/icon_19.png", "48": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "browser_action: default_title", "default_icon": { "20": "images\/icon_19.png", "48": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "web_accessible_resources": [ "jquery.js", "font-awesome.min.css", "audio\/sound.mp3" ], "options_page": "html\/options.html", "homepage_url": "https:\/\/www.shawdy.io\/pages\/extension" } |