Amazon Link Shortener
Amazonのリンクを短くして、好きなアフィリエイトタグを追加します
What is Amazon Link Shortener?
Amazon Link Shortener is a Chrome extension developed by Takashi Suzuki, and its main feature is "Amazonのリンクを短くして、好きなアフィリエイトタグを追加します".
Extension Screenshots
Download Amazon Link Shortener Extension CRX File
Download Amazon Link Shortener 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
アフィリエイトタグを登録していない場合は、商品名を省略した形式のリンクに変換されます。 このChrome拡張はURLの形式を変換するものであり、ユーザーのAmazonの購入情報などの個人情報は取得しません。 また、アフィリエイトに関するお問い合わせは受け付けておりません。ご了承ください。
Extension Basic Information
Name | Amazon Link Shortener |
ID | jcipbkohabmnkgnbkiiopnfbpdfooope |
Official URL | https://chromewebstore.google.com/detail/amazon-link-shortener/jcipbkohabmnkgnbkiiopnfbpdfooope |
Description | Amazonのリンクを短くして、好きなアフィリエイトタグを追加します |
File Size | 1.73 MB |
Installation Count | 81 |
Current Version | 1.0.0 |
Last Updated | 2020-05-18 |
Publish Date | 2020-05-18 |
Developer | Takashi Suzuki |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Link Shortener", "version": "1.0.0", "description": "Amazon\u306e\u30ea\u30f3\u30af\u3092\u77ed\u304f\u3057\u3066\u3001\u597d\u304d\u306a\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u30bf\u30b0\u3092\u8ffd\u52a0\u3057\u307e\u3059", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html" } |