Link Shortener for Amazon

Creates shortlinks for amazon.com pages, optionally including an affiliate code.

什麼是Link Shortener for Amazon?

Link Shortener for Amazon是由ghosttie開發的Chrome擴展程式,該擴展的主要功能是“Creates shortlinks for amazon.com pages, optionally including an affiliate code.”。

擴展截圖

screenshot

下載Link Shortener for Amazon擴展crx文件

下載Link Shortener for Amazon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension creates shortlinks for amazon.com pages, optionally including an affiliate code.

Super Mono Icon Set by Double-J Design (http://www.doublejdesign.co.uk)                    

擴展基本資訊

名稱 Link Shortener for Amazon Link Shortener for Amazon
ID lbbopmkkbkfmcekccbbgcnlicjedokld
官方網址 https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld
簡介 Creates shortlinks for amazon.com pages, optionally including an affiliate code.
檔案大小 14.33 KB
安裝次數 361
目前版本 0.0.6
更新時間 2014-01-06
上架時間 2014-01-06
評分 3.88/5 共 8 次評分
開發者 ghosttie
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.wizardstower.co.uk/
說明頁面URL http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'",
    "version": "0.0.6",
    "name": "Link Shortener for Amazon",
    "description": "Creates shortlinks for amazon.com pages, optionally including an affiliate code.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "icons": {
        "48": "images\/icon48.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Link Shortener"
    }
}