Ascii2dImageSearch
add item in image's context menu
Wat is Ascii2dImageSearch?
Ascii2dImageSearch is een Chrome-extensie ontwikkeld door ascii2d, en de belangrijkste functie is "add item in image's context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie Ascii2dImageSearch
Download Ascii2dImageSearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
画像の右クリックメニューに、二次元画像詳細検索で検索する項目を追加します。 二次元画像詳細検索は画像からデータベースに登録されているほぼ同じ画像とその詳細を検索できるサイトです。
Basisinformatie over de Extensie
Naam | Ascii2dImageSearch |
ID | dlnbkfiafmkajgbhpdfmkeljamdlfelo |
Officiële URL | https://chromewebstore.google.com/detail/ascii2dimagesearch/dlnbkfiafmkajgbhpdfmkeljamdlfelo |
Beschrijving | add item in image's context menu |
Bestandsgrootte | 16.34 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.4.0 |
Laatst Bijgewerkt | 2021-01-21 |
Publicatiedatum | 2019-12-11 |
Beoordeling | 4.92/5 Totaal 50 Beoordelingen |
Ontwikkelaar | ascii2d |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ascii2d.net/ |
Help Pagina-URL | http://jbbs.livedoor.jp/computer/42759/ |
Ondersteunde Talen | 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" ] } } |