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 - это расширение Chrome, разработанное ShortArrow, и его основная функция - "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения URL shortening tool for Amazon

Скачайте файлы расширений 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
Официальный URL 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"
    }
}