Moly Cropping Search
Search what you see.
Wat is Moly Cropping Search?
Moly Cropping Search is een Chrome-extensie ontwikkeld door slaypni, en de belangrijkste functie is "Search what you see.".
Extensie Screenshots
Download het CRX-bestand van de extensie Moly Cropping Search
Download Moly Cropping Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nnilcjenfkkinakhfknoppipekeaomcl |
| Officiële URL | https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl |
| Beschrijving | Search what you see. |
| Bestandsgrootte | 725 KB |
| Aantal Installaties | 3,721 |
| Huidige Versie | 0.1.3 |
| Laatst Bijgewerkt | 2021-08-03 |
| Publicatiedatum | 2016-12-10 |
| Beoordeling | 4.14/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | slaypni |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://twitter.com/slaypni |
| Help Pagina-URL | https://twitter.com/slaypni |
| Ondersteunde Talen | 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",
" | |