Ascii2dImageSearch
add item in image's context menu
Ascii2dImageSearch란 무엇입니까?
Ascii2dImageSearch은(는) ascii2d에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "add item in image's context menu"입니다.
확장 프로그램 스크린샷
Ascii2dImageSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
画像の右クリックメニューに、二次元画像詳細検索で検索する項目を追加します。 二次元画像詳細検索は画像からデータベースに登録されているほぼ同じ画像とその詳細を検索できるサイトです。
확장 프로그램 기본 정보
이름 | Ascii2dImageSearch |
ID | dlnbkfiafmkajgbhpdfmkeljamdlfelo |
공식 URL | https://chromewebstore.google.com/detail/ascii2dimagesearch/dlnbkfiafmkajgbhpdfmkeljamdlfelo |
설명 | add item in image's context menu |
파일 크기 | 16.34 KB |
설치 횟수 | 10,000 |
현재 버전 | 2.4.0 |
최근 업데이트 | 2021-01-21 |
출시 날짜 | 2019-12-11 |
평점 | 4.92/5 총 50 개의 평점 |
개발자 | ascii2d |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ascii2d.net/ |
도움말 페이지 URL | http://jbbs.livedoor.jp/computer/42759/ |
지원되는 언어 | 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" ] } } |