URL shortening tool for Amazon
You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Τι είναι το URL shortening tool for Amazon;
Το URL shortening tool for Amazon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ShortArrow, και η κύρια λειτουργία του είναι "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης URL shortening tool for Amazon
Λήψη αρχείων επέκτασης URL shortening tool for Amazon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | URL shortening tool for Amazon |
ID | namnkmppogbmmdelkomaendbemoncmok |
Επίσημο URL | https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok |
Περιγραφή | You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard. |
Μέγεθος Αρχείου | 662 KB |
Αριθμός Εγκαταστάσεων | 1,998 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2023-04-03 |
Ημερομηνία Δημοσίευσης | 2020-12-03 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | ShortArrow |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ShortArrow/ShortURLMakerForAmazon |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ShortArrow |
Υποστηριζόμενες Γλώσσες | 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" } } |