Tangorin Search (Unofficial)
Japanese is just a right click away!
什么是Tangorin Search (Unofficial)?
Tangorin Search (Unofficial)是由lufkin.alatir开发的Chrome扩展程序,该扩展的主要功能是“Japanese is just a right click away!”。
扩展截图
下载Tangorin Search (Unofficial)扩展crx文件
下载Tangorin Search (Unofficial)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | bdglmcodelcfhjdkpgmmoiljpjjbdhme |
官方URL | https://chrome.google.com/webstore/detail/tangorin-search-unofficia/bdglmcodelcfhjdkpgmmoiljpjjbdhme |
简介 | Japanese is just a right click away! |
文件大小 | 128 KB |
安装次数 | 49 |
当前版本 | 0.1 |
更新时间 | 2013-08-15 |
上架时间 | 2013-08-15 |
评分 | 5.00/5 共3次评分 |
开发者 | lufkin.alatir |
付费类型 | free |
支持的语言 | 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\/" ] } |