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