URL shortening tool for Amazon
You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
URL shortening tool for Amazonとは何ですか?
URL shortening tool for AmazonはShortArrowによって開発されたChromeの拡張機能で、その主な機能は「You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.」です。
拡張機能のスクリーンショット
URL shortening tool for Amazon拡張機能のCRXファイルをダウンロード
URL shortening tool for Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Humans can also replace this extension by handwriting the Amazon URL. This extension does not communicate with the outside world. It only works in your browser.
拡張機能の基本情報
名前 | URL shortening tool for Amazon |
ID | namnkmppogbmmdelkomaendbemoncmok |
公式URL | https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok |
説明 | You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard. |
ファイルサイズ | 662 KB |
インストール数 | 1,998 |
現在のバージョン | 1.3 |
最終更新日 | 2023-04-03 |
公開日 | 2020-12-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ShortArrow |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ShortArrow/ShortURLMakerForAmazon |
ヘルプページのURL | https://github.com/ShortArrow |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_appname__", "version": "1.3", "description": "__MSG_manifest_description__", "manifest_version": 2, "default_locale": "en", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon_size16.png", "32": "img\/icon_size32.png", "48": "img\/icon_size48.png", "128": "img\/icon_size128.png" } }, "icons": { "16": "img\/icon_size16.png", "32": "img\/icon_size32.png", "48": "img\/icon_size48.png", "128": "img\/icon_size128.png" } } |