More Image Search
This app is a app that you look for image to image.
Apa itu More Image Search?
More Image Search adalah ekstensi Chrome yang dikembangkan oleh grassland, dan fitur utamanya adalah "This app is a app that you look for image to image.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi More Image Search
Unduh file ekstensi More Image Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
写真に写っている場所が分からない、人が分からない、物が分からない。 そんなときに、画像の上で右クリックして検索するだけで、 画像自体を検索できる拡張機能です。 拡張機能には以下の機能があります。 ・画像から画像検索 ・ドメイン内の画像一覧表示 ・ページ内の画像一覧表示
Informasi Dasar Ekstensi
Nama | More Image Search |
ID | hmhhkndlnoppgilooalkecpmodbjkdmj |
URL Resmi | https://chromewebstore.google.com/detail/more-image-search/hmhhkndlnoppgilooalkecpmodbjkdmj |
Deskripsi | This app is a app that you look for image to image. |
Ukuran File | 18.62 KB |
Jumlah Instalasi | 3,155 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-05-18 |
Tanggal Publikasi | 2016-05-18 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | grassland |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://shirotsumegusa.seesaa.net/article/438016649.html |
Bahasa yang Didukung | 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" } |