Crop Image Search
This extension allows you to initiate a Google search using any image on the web.
Vad är Crop Image Search?
Crop Image Search är en Chrome-tillägg utvecklad av https://mesak.tw, och dess huvudfunktion är "This extension allows you to initiate a Google search using any image on the web.".
Tilläggsskärmbilder
Ladda ner Crop Image Search-förlängningens CRX-fil
Ladda ner Crop Image Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
可以將網頁快照裁切搜尋 開發網站 :http://mesak.tw
Grundläggande Information om Tillägg
Namn | Crop Image Search |
ID | bfjhgnhnodlinoleolebajgmiebmhohb |
Officiell webbadress | https://chromewebstore.google.com/detail/crop-image-search/bfjhgnhnodlinoleolebajgmiebmhohb |
Beskrivning | This extension allows you to initiate a Google search using any image on the web. |
Filstorlek | 112 KB |
Antal Installationer | 1,869 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2014-08-13 |
Publiceringsdatum | 2014-08-12 |
Betyg | 4.93/5 Totalt 14 Betyg |
Utvecklare | https://mesak.tw |
Betalningssätt | free |
Tilläggswebbplats | http://mesak.tw/code/chrome-extensions/4834/crop-image-search |
Stödda Språk | 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", " |