Start your search with Amazon™ + Right Click
Start your search with Amazon™. Now With a 'Right Click' Search tool
Start your search with Amazon™ + Right Click là gì?
Start your search with Amazon™ + Right Click là một tiện ích mở rộng Chrome được phát triển bởi https://lastdropofink.co.uk, và tính năng chính của nó là "Start your search with Amazon™. Now With a 'Right Click' Search tool".
Ả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 Start your search with Amazon™ + Right Click
Tải xuống các tệp mở rộng Start your search with Amazon™ + Right Click 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
Simply click the icon or select any text & 'right click' to start your search on Amazon. Just press the icon at the top to select & set your default site (Amazon.com by default). The extension remembers this so that all your searches from then on-wards are for your desired Amazon site. ALL the Amazon sites are supported. And to confirm, this does include the handy highlight text to "right click" menu option to make searching Amazon easy. * Version History V1.2 Update for Amazon V1.0 First release. * This app is not developed by Amazon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Start your search with Amazon™ + Right Click |
ID | jkjnddmeghbphgninpibiefkeedchalg |
URL Chính Thức | https://chromewebstore.google.com/detail/start-your-search-with-am/jkjnddmeghbphgninpibiefkeedchalg |
Mô tả | Start your search with Amazon™. Now With a 'Right Click' Search tool |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-05-17 |
Ngày Phát Hành | 2020-05-17 |
Nhà Phát Triển | https://lastdropofink.co.uk |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://lastdropofink.co.uk/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Start your search with Amazon\u2122 + Right Click", "short_name": "Search Amazon\u2122", "description": "Start your search with Amazon\u2122. Now With a 'Right Click' Search tool", "author": "Matthew Ogborne [email protected]", "version": "1.2", "permissions": [ "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Search Amazon\u2122", "default_popup": "amazon-tab.html" }, "web_accessible_resources": [ "css\/*.css", "images\/*.png" ] } |