URL shortening tool for Amazon
You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
¿Qué es URL shortening tool for Amazon?
URL shortening tool for Amazon es una extensión de Chrome desarrollada por ShortArrow, y su función principal es "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión URL shortening tool for Amazon
Descarga archivos de extensión URL shortening tool for Amazon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | URL shortening tool for Amazon |
ID | namnkmppogbmmdelkomaendbemoncmok |
URL Oficial | https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok |
Descripción | You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard. |
Tamaño del Archivo | 662 KB |
Cantidad de Instalaciones | 1,998 |
Versión Actual | 1.3 |
Última Actualización | 2023-04-03 |
Fecha de Publicación | 2020-12-03 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | ShortArrow |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/ShortArrow/ShortURLMakerForAmazon |
URL de la Página de Ayuda | https://github.com/ShortArrow |
Idiomas Soportados | 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" } } |