Find your sentence - Right Click

Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...

什么是Find your sentence - Right Click?

Find your sentence - Right Click是由https://sites.google.com/site/tientx开发的Chrome扩展程序,该扩展的主要功能是“Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...”。

扩展截图

screenshot
screenshot
screenshot

下载Find your sentence - Right Click扩展crx文件

下载Find your sentence - Right Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...                    

扩展基本信息

名称 Find your sentence - Right Click Find your sentence - Right Click
ID fidadahkfilmdojoobcbaanlbhdjnmll
官方URL https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll
简介 Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
文件大小 7.92 KB
安装次数 29
当前版本 1.0.0.0
更新时间 2016-11-03
上架时间 2016-11-03
评分 5.00/5 共1次评分
开发者 https://sites.google.com/site/tientx
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...",
    "icons": {
        "128": "lludwig-logo-128x128.png"
    },
    "minimum_chrome_version": "6",
    "name": "Find your sentence - Right Click",
    "permissions": [
        "contextMenus",
        "windows"
    ],
    "version": "1.0.0.0",
    "manifest_version": 2
}