Amazon Product Link Shortener
Creates a short and clean link to the current amazon.com product page, for easy sharing.
O que é Amazon Product Link Shortener?
Amazon Product Link Shortener é uma extensão do Chrome desenvolvida por bp2008software, e sua principal característica é "Creates a short and clean link to the current amazon.com product page, for easy sharing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Product Link Shortener
Baixe arquivos de extensão Amazon Product Link Shortener 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
This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard. This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites. To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener
Informações Básicas da Extensão
Nome | Amazon Product Link Shortener |
ID | kjjlkpmgccmimghapoichdfffocambjp |
URL Oficial | https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp |
Descrição | Creates a short and clean link to the current amazon.com product page, for easy sharing. |
Tamanho do Arquivo | 18.52 KB |
Contagem de Instalações | 276 |
Versão Atual | 1.4 |
Última Atualização | 2023-06-05 |
Data de Publicação | 2018-12-10 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | bp2008software |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
URL da Página de Ajuda | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Product Link Shortener", "version": "1.4", "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.", "permissions": [ "declarativeContent", "tabs", "storage", "clipboardWrite" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "manifest_version": 2 } |