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 là gì?
URL shortening tool for Amazon là một tiện ích mở rộng Chrome được phát triển bởi ShortArrow, và tính năng chính của nó là "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng URL shortening tool for Amazon
Tải xuống các tệp mở rộng URL shortening tool for Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL shortening tool for Amazon |
ID | namnkmppogbmmdelkomaendbemoncmok |
URL Chính Thức | https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok |
Mô tả | You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard. |
Kích Thước Tệp | 662 KB |
Số Lần Cài Đặt | 1,998 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-04-03 |
Ngày Phát Hành | 2020-12-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ShortArrow |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ShortArrow/ShortURLMakerForAmazon |
URL Trang Trợ Giúp | https://github.com/ShortArrow |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |