URL shortening tool for Amazon

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

Co je URL shortening tool for Amazon?

URL shortening tool for Amazon je rozšíření Chrome vyvinuté ShortArrow, a jeho hlavní funkcí je „You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření URL shortening tool for Amazon

Stáhněte si soubory rozšíření URL shortening tool for Amazon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
Oficiální URL https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
Popis You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Velikost souboru 662 KB
Počet instalací 1,998
Aktuální Verze 1.3
Poslední Aktualizace 2023-04-03
Datum Vydání 2020-12-03
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář ShortArrow
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ShortArrow/ShortURLMakerForAmazon
URL Stránky Nápovědy https://github.com/ShortArrow
Podporované Jazyky 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"
    }
}