Amazon Affiliates Link Maker
Quickly create Amazon Affiliate links while browsing Amazon.
Amazon Affiliates Link Makerとは何ですか?
Amazon Affiliates Link MakerはMr Sploodgeによって開発されたChromeの拡張機能で、その主な機能は「Quickly create Amazon Affiliate links while browsing Amazon.」です。
拡張機能のスクリーンショット
Amazon Affiliates Link Maker拡張機能のCRXファイルをダウンロード
Amazon Affiliates Link Maker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is ideal for those creating many links to Amazon Affiliated products. just click the icon whilst browsing an Amazon product and copy the clean Affiliate Link. You can easily change the Affiliate ID to your own. Version 1.1 - Minor code edits. Updated description. Version 1.0 - Initial release. Please note that this extension defaults to my Amazon Affiliate ID. Make sure you change this in the options or I will be getting free money :)
拡張機能の基本情報
名前 | Amazon Affiliates Link Maker |
ID | egkocgaccgbefacjmdnlfmlmccgacjck |
公式URL | https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck |
説明 | Quickly create Amazon Affiliate links while browsing Amazon. |
ファイルサイズ | 156 KB |
インストール数 | 6,876 |
現在のバージョン | 1.1 |
最終更新日 | 2015-03-02 |
公開日 | 2015-03-02 |
評価 | 3.80/5 合計 10 レビュー |
開発者 | Mr Sploodge |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "Quickly create Amazon Affiliate links while browsing Amazon.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Amazon Affiliates Link Maker", "options_page": "options.html", "page_action": { "default_icon": "icon-16.png", "default_popup": "popup.html", "default_title": "Amazon Affiliates Link Maker" }, "permissions": [ "clipboardWrite", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |