URL shortening tool for Amazon

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

Vad är URL shortening tool for Amazon?

URL shortening tool for Amazon är en Chrome-tillägg utvecklad av ShortArrow, och dess huvudfunktion är "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner URL shortening tool for Amazon-förlängningens CRX-fil

Ladda ner URL shortening tool for Amazon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
Officiell webbadress https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
Beskrivning You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Filstorlek 662 KB
Antal Installationer 1,998
Aktuell Version 1.3
Senast Uppdaterad 2023-04-03
Publiceringsdatum 2020-12-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare ShortArrow
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ShortArrow/ShortURLMakerForAmazon
Hjälpsida URL https://github.com/ShortArrow
Stödda Språk 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"
    }
}