URL shortening tool for Amazon

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

Wat is URL shortening tool for Amazon?

URL shortening tool for Amazon is een Chrome-extensie ontwikkeld door ShortArrow, en de belangrijkste functie is "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie URL shortening tool for Amazon

Download URL shortening tool for Amazon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
Officiële URL https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
Beschrijving You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Bestandsgrootte 662 KB
Aantal Installaties 1,998
Huidige Versie 1.3
Laatst Bijgewerkt 2023-04-03
Publicatiedatum 2020-12-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ShortArrow
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ShortArrow/ShortURLMakerForAmazon
Help Pagina-URL https://github.com/ShortArrow
Ondersteunde Talen 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"
    }
}