Shawdy It
Easily shorten URLs, track history and generate QR codes on the fly.
什麼是Shawdy It?
Shawdy It是由https://shawdy.io開發的Chrome擴展程式,該擴展的主要功能是“Easily shorten URLs, track history and generate QR codes on the fly.”。
擴展截圖
下載Shawdy It擴展crx文件
下載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 |
官方網址 | 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" } |