Moly Cropping Search
Search what you see.
Moly Cropping Search là gì?
Moly Cropping Search là một tiện ích mở rộng Chrome được phát triển bởi slaypni, và tính năng chính của nó là "Search what you see.".
Ả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 Moly Cropping Search
Tải xuống các tệp mở rộng Moly Cropping Search 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
This extension provides a novel way to search what you are interested in. By selecting a region of the current web page, This extension passes it as a query to Google Search by Image.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moly Cropping Search |
ID | nnilcjenfkkinakhfknoppipekeaomcl |
URL Chính Thức | https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl |
Mô tả | Search what you see. |
Kích Thước Tệp | 725 KB |
Số Lần Cài Đặt | 3,721 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2021-08-03 |
Ngày Phát Hành | 2016-12-10 |
Đánh Giá | 4.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | slaypni |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/slaypni |
URL Trang Trợ Giúp | https://twitter.com/slaypni |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "components\/underscore\/underscore.js", "scripts\/storage.js", "scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Moly Cropping Search" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/content.css" ], "js": [ "components\/underscore\/underscore.js", "scripts\/libs\/hapt.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "storage", "webRequest", " |