More Image Search
This app is a app that you look for image to image.
Qu'est-ce que More Image Search ?
More Image Search est une extension Chrome développée par grassland, et sa fonction principale est "This app is a app that you look for image to image.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension More Image Search
Téléchargez les fichiers d'extension More Image Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
写真に写っている場所が分からない、人が分からない、物が分からない。 そんなときに、画像の上で右クリックして検索するだけで、 画像自体を検索できる拡張機能です。 拡張機能には以下の機能があります。 ・画像から画像検索 ・ドメイン内の画像一覧表示 ・ページ内の画像一覧表示
Informations de Base sur l'Extension
Nom | More Image Search |
ID | hmhhkndlnoppgilooalkecpmodbjkdmj |
URL Officiel | https://chromewebstore.google.com/detail/more-image-search/hmhhkndlnoppgilooalkecpmodbjkdmj |
Description | This app is a app that you look for image to image. |
Taille du Fichier | 18.62 KB |
Nombre d'Installations | 3,155 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-05-18 |
Date de Publication | 2016-05-18 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | grassland |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://shirotsumegusa.seesaa.net/article/438016649.html |
Langues Prises en Charge | 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" } |