Moly Cropping Search
Search what you see.
什么是Moly Cropping Search?
Moly Cropping Search是由slaypni开发的Chrome扩展程序,该扩展的主要功能是“Search what you see.”。
扩展截图
下载Moly Cropping Search扩展crx文件
下载Moly Cropping Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | nnilcjenfkkinakhfknoppipekeaomcl |
| 官方URL | https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl |
| 简介 | Search what you see. |
| 文件大小 | 725 KB |
| 安装次数 | 3,721 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2021-08-03 |
| 上架时间 | 2016-12-10 |
| 评分 | 4.14/5 共7次评分 |
| 开发者 | slaypni |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/slaypni |
| 帮助页面URL | https://twitter.com/slaypni |
| 支持的语言 | 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",
" | |