Tangorin Search (Unofficial)
Japanese is just a right click away!
What is Tangorin Search (Unofficial)?
Tangorin Search (Unofficial) is a Chrome extension developed by lufkin.alatir, and its main feature is "Japanese is just a right click away!".
Extension Screenshots
Download Tangorin Search (Unofficial) Extension CRX File
Download Tangorin Search (Unofficial) 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
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!
Extension Basic Information
Name | |
ID | bdglmcodelcfhjdkpgmmoiljpjjbdhme |
Official URL | https://chrome.google.com/webstore/detail/tangorin-search-unofficia/bdglmcodelcfhjdkpgmmoiljpjjbdhme |
Description | Japanese is just a right click away! |
File Size | 128 KB |
Installation Count | 49 |
Current Version | 0.1 |
Last Updated | 2013-08-15 |
Publish Date | 2013-08-15 |
Rating | 5.00/5 Total 3 Ratings |
Developer | lufkin.alatir |
Payment Type | free |
Supported Languages | 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\/" ] } |