Amazon Product Link Shortener
Creates a short and clean link to the current amazon.com product page, for easy sharing.
Amazon Product Link Shortenerとは何ですか?
Amazon Product Link Shortenerはbp2008softwareによって開発されたChromeの拡張機能で、その主な機能は「Creates a short and clean link to the current amazon.com product page, for easy sharing.」です。
拡張機能のスクリーンショット
Amazon Product Link Shortener拡張機能のCRXファイルをダウンロード
Amazon Product Link Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.
This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites. To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener 拡張機能の基本情報
| 名前 | |
| ID | kjjlkpmgccmimghapoichdfffocambjp |
| 公式URL | https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp |
| 説明 | Creates a short and clean link to the current amazon.com product page, for easy sharing. |
| ファイルサイズ | 18.52 KB |
| インストール数 | 276 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-06-05 |
| 公開日 | 2018-12-10 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | bp2008software |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
| ヘルプページのURL | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazon Product Link Shortener",
"version": "1.4",
"description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
"permissions": [
"declarativeContent",
"tabs",
"storage",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"manifest_version": 2
} | |