Shorten Shopping URL
Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.
O que é Shorten Shopping URL?
Shorten Shopping URL é uma extensão do Chrome desenvolvida por Beɳ Pesso, e sua principal característica é "Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shorten Shopping URL
Baixe arquivos de extensão Shorten Shopping URL 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
Takes super-long URLs from shopping sites like Amazon, AliExpress, Walmart and more, and cleans the URL to a much shorter, friendlier version you can share with others. Why use this... https://www.amazon.com/TABLETOPICS-Best-Things-Ever-Conversations/dp/B00XQ6P9UG/ref=sr_1_1?ie=UTF8&qid=1526466476&sr=8-1&keywords=best+thing+ever When you can use this?: https://www.amazon.com/dp/B00XQ6P9UG/ Just click on the icon, and the new URL will be copied to your clipboard automatically. Currently supported merchants: AliExpress, Amazon, Costco, eBay and Walmart. If you'd like another merchant to be added, just drop me a note.
Informações Básicas da Extensão
Nome | |
ID | hgglgphejkbdeehekiapanggdnbmknjm |
URL Oficial | https://chromewebstore.google.com/detail/shorten-shopping-url/hgglgphejkbdeehekiapanggdnbmknjm |
Descrição | Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share. |
Tamanho do Arquivo | 13.79 KB |
Contagem de Instalações | 103 |
Versão Atual | 2.0.1 |
Última Atualização | 2024-02-27 |
Data de Publicação | 2019-06-16 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Beɳ Pesso |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.1", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "action": { "default_icon": { "19": "images\/icon-38.png" }, "default_title": "Shorten Shopping URL" }, "background": { "service_worker": "worker.js" }, "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "contextMenus", "declarativeContent", "clipboardWrite", "scripting", "storage" ] } |