Amazon Product Link Shortener

Creates a short and clean link to the current amazon.com product page, for easy sharing.

什么是Amazon Product Link Shortener?

Amazon Product Link Shortener是由bp2008software开发的Chrome扩展程序,该扩展的主要功能是“Creates a short and clean link to the current amazon.com product page, for easy sharing.”。

扩展截图

screenshot
screenshot

下载Amazon Product Link Shortener扩展crx文件

下载Amazon Product Link Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites.  To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener                    

扩展基本信息

名称 Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
官方URL https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp
简介 Creates a short and clean link to the current amazon.com product page, for easy sharing.
文件大小 18.52 KB
安装次数 276
当前版本 1.4
更新时间 2023-06-05
上架时间 2018-12-10
评分 3.00/5 共1次评分
开发者 bp2008software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/bp2008/Amazon-Product-Link-Shortener/
帮助页面URL https://github.com/bp2008/Amazon-Product-Link-Shortener/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Link Shortener",
    "version": "1.4",
    "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}