Imageify
Aliexpress Search By Image
什麼是Imageify?
Imageify是由Radush Lazarov開發的Chrome擴展程式,該擴展的主要功能是“Aliexpress Search By Image”。
擴展截圖
下載Imageify擴展crx文件
下載Imageify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Imageify is a powerful image searching extension for your browser. Its a must for every Amazon-Ebay or Aliexpress-Ebay dropshipper. Simply hover over the image you want to look for with the cursor of the mouse. Click on the Imageify button at the top right corner. Then just look through the results based on your personal requirements.
擴展基本資訊
名稱 | |
ID | gdnpkflidhidhgffbbpjijiadedepfhd |
官方網址 | https://chromewebstore.google.com/detail/imageify/gdnpkflidhidhgffbbpjijiadedepfhd |
簡介 | Aliexpress Search By Image |
檔案大小 | 84.87 KB |
安裝次數 | 86 |
目前版本 | 2.1 |
更新時間 | 2020-01-13 |
上架時間 | 2020-01-13 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Radush Lazarov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ItStudioPro", "background": { "persistent": true, "scripts": [ "js\/environment.js", "js\/backgroundContextMenus.js", "js\/utilityFunctions.js" ] }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Imageify" }, "description": "Aliexpress Search By Image", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png" }, "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery-3.0.0.min.js", "js\/logger.js", "js\/content_script.js" ], "run_at": "document_end" }, { "all_frames": true, "matches": [ "*:\/\/www.aliseeks.com\/*" ], "js": [ "js\/jquery-3.0.0.min.js", "js\/aliseeks.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "icons\/128.png", "icons\/38.png" ], "manifest_version": 2, "name": "Imageify", "permissions": [ "contextMenus" ], "version": "2.1" } |