URL shortening tool for Amazon
You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Qu'est-ce que URL shortening tool for Amazon ?
URL shortening tool for Amazon est une extension Chrome développée par ShortArrow, et sa fonction principale est "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL shortening tool for Amazon
Téléchargez les fichiers d'extension URL shortening tool for Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | URL shortening tool for Amazon |
ID | namnkmppogbmmdelkomaendbemoncmok |
URL Officiel | https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok |
Description | You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard. |
Taille du Fichier | 662 KB |
Nombre d'Installations | 1,998 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-04-03 |
Date de Publication | 2020-12-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ShortArrow |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ShortArrow/ShortURLMakerForAmazon |
URL de la Page d'Aide | https://github.com/ShortArrow |
Langues Prises en Charge | 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" } } |