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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
写真に写っている場所が分からない、人が分からない、物が分からない。 そんなときに、画像の上で右クリックして検索するだけで、 画像自体を検索できる拡張機能です。 拡張機能には以下の機能があります。 ・画像から画像検索 ・ドメイン内の画像一覧表示 ・ページ内の画像一覧表示
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة سياسة الخصوصية | 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" } |