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
官方網址 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
}