More Image Search
This app is a app that you look for image to image.
Wat is More Image Search?
More Image Search is een Chrome-extensie ontwikkeld door grassland, en de belangrijkste functie is "This app is a app that you look for image to image.".
Extensie Screenshots
Download het CRX-bestand van de extensie More Image Search
Download More Image 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
写真に写っている場所が分からない、人が分からない、物が分からない。
そんなときに、画像の上で右クリックして検索するだけで、
画像自体を検索できる拡張機能です。
拡張機能には以下の機能があります。
・画像から画像検索
・ドメイン内の画像一覧表示
・ページ内の画像一覧表示 Basisinformatie over de Extensie
| Naam | |
| ID | hmhhkndlnoppgilooalkecpmodbjkdmj |
| Officiële URL | https://chromewebstore.google.com/detail/more-image-search/hmhhkndlnoppgilooalkecpmodbjkdmj |
| Beschrijving | This app is a app that you look for image to image. |
| Bestandsgrootte | 18.62 KB |
| Aantal Installaties | 3,155 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2016-05-18 |
| Publicatiedatum | 2016-05-18 |
| Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | grassland |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://shirotsumegusa.seesaa.net/article/438016649.html |
| Ondersteunde Talen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.0",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"images\/icon16.png",
"images\/icon32.png",
"images\/icon64.png",
"images\/icon128.png"
],
"content_security_policy": "script-src 'self' ; object-src 'self'",
"permissions": [
"contextMenus"
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"default_locale": "ja"
} | |