URL Shortener & QR Code - iShortener
Fast Shorten URL for Web
URL Shortener & QR Code - iShortenerとは何ですか?
URL Shortener & QR Code - iShortenerはSontaya Dev.によって開発されたChromeの拡張機能で、その主な機能は「Fast Shorten URL for Web」です。
拡張機能のスクリーンショット
URL Shortener & QR Code - iShortener拡張機能のCRXファイルをダウンロード
URL Shortener & QR Code - iShortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- QR Code Generator and Save. - Options Auto Copy. - Dark Mode. Make a link that is easier to share, tweet, or email to friends. Yes, We are using Firebase Dynamic Links API a service that takes long URLs. Thank for Support.
拡張機能の基本情報
名前 | URL Shortener & QR Code - iShortener |
ID | gngkohcbjhjhmeomgcebaiemdpkgjdjg |
公式URL | https://chromewebstore.google.com/detail/url-shortener-qr-code-ish/gngkohcbjhjhmeomgcebaiemdpkgjdjg |
説明 | Fast Shorten URL for Web |
ファイルサイズ | 98.41 KB |
インストール数 | 1,038 |
現在のバージョン | 4.9 |
最終更新日 | 2023-10-11 |
公開日 | 2020-05-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Sontaya Dev. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://addon.ishort.ink |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Shortener & QR Code - iShortener", "version": "4.9", "description": "Fast Shorten URL for Web", "permissions": [ "storage", "activeTab", "clipboardWrite", "declarativeContent" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/link_16.png", "64": "icons\/link_64.png", "128": "icons\/link_128.png" }, "action": { "default_popup": "popup.html", "default_title": "Shorten URL & QR Code", "default_icon": { "16": "icons\/link_16.png", "32": "icons\/link_32.png" } }, "commands": { "execute_browser_action": { "suggested_key": { "default": "Ctrl+I", "mac": "MacCtrl+I" }, "description": "Opens popup.html" } }, "short_name": "iShortener", "author": "9holotpk" } |