URL shortening tool for Amazon

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

O que é URL shortening tool for Amazon?

URL shortening tool for Amazon é uma extensão do Chrome desenvolvida por ShortArrow, e sua principal característica é "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão URL shortening tool for Amazon

Baixe arquivos de extensão URL shortening tool for Amazon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
URL Oficial https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
Descrição You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Tamanho do Arquivo 662 KB
Contagem de Instalações 1,998
Versão Atual 1.3
Última Atualização 2023-04-03
Data de Publicação 2020-12-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor ShortArrow
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ShortArrow/ShortURLMakerForAmazon
URL da Página de Ajuda https://github.com/ShortArrow
Idiomas Suportados 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"
    }
}