Ascii2dImageSearch
add item in image's context menu
What is Ascii2dImageSearch?
Ascii2dImageSearch is a Chrome extension developed by ascii2d, and its main feature is "add item in image's context menu".
Extension Screenshots
Download Ascii2dImageSearch Extension CRX File
Download Ascii2dImageSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
画像の右クリックメニューに、二次元画像詳細検索で検索する項目を追加します。 二次元画像詳細検索は画像からデータベースに登録されているほぼ同じ画像とその詳細を検索できるサイトです。
Extension Basic Information
Name | Ascii2dImageSearch |
ID | dlnbkfiafmkajgbhpdfmkeljamdlfelo |
Official URL | https://chromewebstore.google.com/detail/ascii2dimagesearch/dlnbkfiafmkajgbhpdfmkeljamdlfelo |
Description | add item in image's context menu |
File Size | 16.34 KB |
Installation Count | 10,000 |
Current Version | 2.4.0 |
Last Updated | 2021-01-21 |
Publish Date | 2019-12-11 |
Rating | 4.92/5 Total 50 Ratings |
Developer | ascii2d |
[email protected] | |
Payment Type | free |
Extension Website | https://ascii2d.net/ |
Help Page URL | http://jbbs.livedoor.jp/computer/42759/ |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.4.0", "author": "ascii2d.net", "default_locale": "en", "icons": { "48": "icons\/niji.png" }, "permissions": [ "contextMenus", "storage", "activeTab", "https:\/\/ascii2d.net\/" ], "options_ui": { "page": "options.html" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |