URL shortening tool for Amazon

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

Co to jest URL shortening tool for Amazon?

URL shortening tool for Amazon to rozszerzenie Chrome opracowane przez ShortArrow, a jego główną funkcją jest „You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia URL shortening tool for Amazon

Pobierz pliki rozszerzeń URL shortening tool for Amazon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
Oficjalny URL https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
Opis You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Rozmiar pliku 662 KB
Liczba instalacji 1,998
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-04-03
Data Publikacji 2020-12-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper ShortArrow
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ShortArrow/ShortURLMakerForAmazon
Adres URL Strony Pomocy https://github.com/ShortArrow
Obsługiwane Języki 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"
    }
}