Amazon Mini URL Picker
Amazon商品ページURLの不要な部分を取り除き、短いURLをクリップボードにコピーします。
What is Amazon Mini URL Picker?
Amazon Mini URL Picker is a Chrome extension developed by noratora, and its main feature is "Amazon商品ページURLの不要な部分を取り除き、短いURLをクリップボードにコピーします。".
Extension Screenshots
Download Amazon Mini URL Picker Extension CRX File
Download Amazon Mini URL Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Amazon商品ページURLの不要な部分を取り除き、短いURLをクリップボードにコピーします。 リンク先記載の各国/地域のAmazonのWebサイトに対応しています。 https://www.amazon.co.jp/gp/navigation-country/ ## 使用方法 1. ChromeでAmazon商品ページを表示します。 2. 商品ページの商品名の隣に「URLをコピーする」ボタンが追加されています。 3. 「URLをコピーする」をクリックするとURLがクリップボードにコピーされます。 4. Ctrl + v (Macの場合は command + v)で必要な箇所に貼り付けてください。
Extension Basic Information
Name | |
ID | nfbbakbabdbeefkjhboaghniaipencjc |
Official URL | https://chromewebstore.google.com/detail/amazon-mini-url-picker/nfbbakbabdbeefkjhboaghniaipencjc |
Description | Amazon商品ページURLの不要な部分を取り除き、短いURLをクリップボードにコピーします。 |
File Size | 7.18 KB |
Installation Count | 62 |
Current Version | 0.0.0.2 |
Last Updated | 2020-07-28 |
Publish Date | 2020-07-23 |
Developer | noratora |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Mini URL Picker", "version": "0.0.0.2", "description": "Amazon\u5546\u54c1\u30da\u30fc\u30b8URL\u306e\u4e0d\u8981\u306a\u90e8\u5206\u3092\u53d6\u308a\u9664\u304d\u3001\u77ed\u3044URL\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.cn\/*" ], "js": [ "js\/module.js", "js\/main.js" ] } ] } |