URL shortening tool for Amazon

You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.

什么是URL shortening tool for Amazon?

URL shortening tool for Amazon是由ShortArrow开发的Chrome扩展程序,该扩展的主要功能是“You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.”。

扩展截图

screenshot
screenshot

下载URL shortening tool for Amazon扩展crx文件

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

扩展使用说明

                        Humans can also replace this extension by handwriting the Amazon URL. This extension does not communicate with the outside world. It only works in your browser.                    

扩展基本信息

名称 URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
官方URL https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
简介 You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
文件大小 662 KB
安装次数 1,998
当前版本 1.3
更新时间 2023-04-03
上架时间 2020-12-03
评分 5.00/5 共2次评分
开发者 ShortArrow
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ShortArrow/ShortURLMakerForAmazon
帮助页面URL https://github.com/ShortArrow
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_appname__",
    "version": "1.3",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_size16.png",
            "32": "img\/icon_size32.png",
            "48": "img\/icon_size48.png",
            "128": "img\/icon_size128.png"
        }
    },
    "icons": {
        "16": "img\/icon_size16.png",
        "32": "img\/icon_size32.png",
        "48": "img\/icon_size48.png",
        "128": "img\/icon_size128.png"
    }
}