Snopes Searcher

Lets you check snopes with a highlight and right-click.

什么是Snopes Searcher?

Snopes Searcher是由Warpshade开发的Chrome扩展程序,该扩展的主要功能是“Lets you check snopes with a highlight and right-click.”。

扩展截图

screenshot
screenshot
screenshot

下载Snopes Searcher扩展crx文件

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

扩展使用说明

                        See a story and not sure if it's real or not? Highlight the text and search famed debunker Snopes with this tool.

Magnifying glass icon made by Visualpharm and is free under a Creative Commons Attribution-NoDerivatives 3.0 licence. It and more can be found at http://www.visualpharm.com                    

扩展基本信息

名称 Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
官方URL https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
简介 Lets you check snopes with a highlight and right-click.
文件大小 48.75 KB
安装次数 230
当前版本 1.0.1
更新时间 2014-11-10
上架时间 2014-11-10
评分 4.00/5 共4次评分
开发者 Warpshade
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snopes Searcher",
    "description": "Lets you check snopes with a highlight and right-click.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "Search_128x128.png",
        "48": "search.png"
    },
    "background": {
        "scripts": [
            "snopes.js"
        ]
    },
    "manifest_version": 2
}