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 |
| Eメール | [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",
" | |