Moly Cropping Search
Search what you see.
Co to jest Moly Cropping Search?
Moly Cropping Search to rozszerzenie Chrome opracowane przez slaypni, a jego główną funkcją jest „Search what you see.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Moly Cropping Search
Pobierz pliki rozszerzeń Moly Cropping Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nnilcjenfkkinakhfknoppipekeaomcl |
| Oficjalny URL | https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl |
| Opis | Search what you see. |
| Rozmiar pliku | 725 KB |
| Liczba instalacji | 3,721 |
| Aktualna Wersja | 0.1.3 |
| Ostatnia Aktualizacja | 2021-08-03 |
| Data Publikacji | 2016-12-10 |
| Ocena | 4.14/5 Łącznie 7 Oceny |
| Deweloper | slaypni |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://twitter.com/slaypni |
| Adres URL Strony Pomocy | https://twitter.com/slaypni |
| Obsługiwane Języki | 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",
" | |