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 |
公式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 |
Eメール | [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" } |