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
}