Url Shortener
Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url
Url Shortenerとは何ですか?
Url Shortenerはhttps://thebyteseffect.comによって開発されたChromeの拡張機能で、その主な機能は「Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url」です。
拡張機能のスクリーンショット
Url Shortener拡張機能のCRXファイルをダウンロード
Url Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shorten URLs with tinyurl.com, bit.ly, cutt.ly, v.gd, tny.im, is.gd, and v.gd. Get QR code for shortened URLs You can shorten the URL of the current page you are viewing or a specific URL by clicking the extension icon or pasting it into the extension input bar. The extension has been made open source. The source code can be found at https://github.com/tonystark93/URL-shortener-extension Shorten URL using various providers * tinyurl.com * bit.ly * cutt.ly * is.gd * v.gd * tny.im 🔒 Privacy focused (We don't ask for unnecessary permissions or track the users while using the extension) List of features available ✓ Copy to clipboard ✓ Night Mode ✓ Right Click ✓ QR Code Generate ✓ Automatic URL shortening on extension click ✓ History of URL shortened ✓ Delete History ✓ Export as CSV option ✓ Change keyboard shortcuts
拡張機能の基本情報
名前 | Url Shortener |
ID | godoifjoiadanijplaghmhgfeffnblib |
公式URL | https://chromewebstore.google.com/detail/url-shortener/godoifjoiadanijplaghmhgfeffnblib |
説明 | Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url |
ファイルサイズ | 74.62 KB |
インストール数 | 75,840 |
現在のバージョン | 14.0.5 |
最終更新日 | 2024-01-22 |
公開日 | 2020-05-18 |
評価 | 4.88/5 合計 265 レビュー |
開発者 | https://thebyteseffect.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thebyteseffect.com/posts/features-of-url-shortener-extension.1/ |
対応言語 | en |
manifest.json | |
{ "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "bg.js" }, "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Shortener", "version": "14.0.5", "manifest_version": 3, "description": "Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "mac": "Command+Shift+L", "default": "Ctrl+Shift+L" } } }, "host_permissions": [ "https:\/\/tinyurl.com\/*" ] } |