Crop Image Search
This extension allows you to initiate a Google search using any image on the web.
ما هو Crop Image Search؟
Crop Image Search هو إضافة Chrome تم تطويرها بواسطة https://mesak.tw، والميزة الرئيسية لها هي "This extension allows you to initiate a Google search using any image on the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crop Image Search
قم بتنزيل ملفات الامتداد Crop Image Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
可以將網頁快照裁切搜尋
開發網站 :http://mesak.tw معلومات أساسية عن التمديد
| الاسم | |
| ID | bfjhgnhnodlinoleolebajgmiebmhohb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/crop-image-search/bfjhgnhnodlinoleolebajgmiebmhohb |
| الوصف | This extension allows you to initiate a Google search using any image on the web. |
| حجم الملف | 112 KB |
| عدد التثبيتات | 1,869 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2014-08-13 |
| تاريخ النشر | 2014-08-12 |
| تقييم | 4.93/5 مجموع تقييمات 14 |
| المطور | https://mesak.tw |
| نوع الدفع | free |
| موقع الإضافة | http://mesak.tw/code/chrome-extensions/4834/crop-image-search |
| اللغات المدعومة | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Mesak",
"background": {
"persistent": true,
"scripts": [
"libs\/url-normalizer.js\/url-normalizer.js",
"js\/background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "zh_TW",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "21",
"name": "__MSG_extensionName__",
"permissions": [
"contextMenus",
"tabs",
" | |