Snoper
Highlight text, right click and you're checking snopes.
Snoperとは何ですか?
Snoperはboomeasyによって開発されたChromeの拡張機能で、その主な機能は「Highlight text, right click and you're checking snopes.」です。
拡張機能のスクリーンショット
Snoper拡張機能のCRXファイルをダウンロード
Snoper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Highlight text, right click and you're checking snopes.
source on github: https://github.com/boomeasy/snoper                     拡張機能の基本情報
| 名前 |   |  
| ID | icpohijjpfiaglbjcjpndgkkmjoeocgb | 
| 公式URL | https://chromewebstore.google.com/detail/snoper/icpohijjpfiaglbjcjpndgkkmjoeocgb | 
| 説明 | Highlight text, right click and you're checking snopes. | 
| ファイルサイズ | 8.55 KB | 
| インストール数 | 13 | 
| 現在のバージョン | 1.0.1 | 
| 最終更新日 | 2018-02-10 | 
| 公開日 | 2018-02-09 | 
| 開発者 | boomeasy | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/boomeasy/snoper | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snoper",
    "description": "Highlight text, right click and you're checking snopes.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "96": "search.png"
    },
    "background": {
        "scripts": [
            "snoper.js"
        ]
    },
    "manifest_version": 2
}  |  |