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.”。

擴展截圖

screenshot

下載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 Amazon Affiliates Link Maker
ID egkocgaccgbefacjmdnlfmlmccgacjck
官方網址 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"
}