URL shortening tool for Amazon
You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
What is URL shortening tool for Amazon?
URL shortening tool for Amazon is a Chrome extension developed by ShortArrow, and its main feature is "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".
Extension Screenshots
Download URL shortening tool for Amazon Extension CRX File
Download URL shortening tool for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | URL shortening tool for Amazon |
ID | namnkmppogbmmdelkomaendbemoncmok |
Official URL | 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. |
File Size | 662 KB |
Installation Count | 1,998 |
Current Version | 1.3 |
Last Updated | 2023-04-03 |
Publish Date | 2020-12-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ShortArrow |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ShortArrow/ShortURLMakerForAmazon |
Help Page URL | https://github.com/ShortArrow |
Supported Languages | 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" } } |