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
官方URL 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"
    }
}