More Image Search
This app is a app that you look for image to image.
More Image Searchคืออะไร?
More Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grassland และคุณลักษณะหลักของมันคือ "This app is a app that you look for image to image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย More Image Search
ดาวน์โหลดไฟล์ส่วนขยาย More Image Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
写真に写っている場所が分からない、人が分からない、物が分からない。 そんなときに、画像の上で右クリックして検索するだけで、 画像自体を検索できる拡張機能です。 拡張機能には以下の機能があります。 ・画像から画像検索 ・ドメイン内の画像一覧表示 ・ページ内の画像一覧表示
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | More Image Search |
ID | hmhhkndlnoppgilooalkecpmodbjkdmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/more-image-search/hmhhkndlnoppgilooalkecpmodbjkdmj |
คำอธิบาย | This app is a app that you look for image to image. |
ขนาดไฟล์ | 18.62 KB |
จำนวนการติดตั้ง | 3,155 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-05-18 |
วันที่เผยแพร่ | 2016-05-18 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | grassland |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://shirotsumegusa.seesaa.net/article/438016649.html |
ภาษาที่รองรับ | 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" } |