Tangorin Search (Unofficial)
Japanese is just a right click away!
Wat is Tangorin Search (Unofficial)?
Tangorin Search (Unofficial) is een Chrome-extensie ontwikkeld door lufkin.alatir, en de belangrijkste functie is "Japanese is just a right click away!".
Extensie Screenshots
Download het CRX-bestand van de extensie Tangorin Search (Unofficial)
Download Tangorin Search (Unofficial)-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
Japanese is just a right click away! This is an unofficial Tangorin Extension for Google Chrome that lets you search for any word - English or Japanese - by simply highlighting it, right-clicking and selecting "Search 'x' on Tangorin". This is my first Chrome Extension, so any suggestions is very appreciated!
Basisinformatie over de Extensie
Naam | |
ID | bdglmcodelcfhjdkpgmmoiljpjjbdhme |
Officiële URL | https://chrome.google.com/webstore/detail/tangorin-search-unofficia/bdglmcodelcfhjdkpgmmoiljpjjbdhme |
Beschrijving | Japanese is just a right click away! |
Bestandsgrootte | 128 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-08-15 |
Publicatiedatum | 2013-08-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | lufkin.alatir |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tangorin Search (Unofficial)", "manifest_version": 2, "version": "0.1", "description": "Japanese is just a right click away!", "author": "Denis Lefort (for Tangorin)", "homepage_url": "http:\/\/www.tangorin.com", "icons": { "16": "tangorins-little.png", "128": "tangorins-big.png" }, "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "tangorins-little.png", "default_title": "Tangorin Search", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/*\/*", "*:\/\/*\/*", "http:\/\/*\/*", "http:\/\/tangorin.com\/general\/" ] } |