Snopes Searcher

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

Snopes Searcher là gì?

Snopes Searcher là một tiện ích mở rộng Chrome được phát triển bởi Warpshade, và tính năng chính của nó là "Lets you check snopes with a highlight and right-click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snopes Searcher

Tải xuống các tệp mở rộng Snopes Searcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
URL Chính Thức https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Mô tả Lets you check snopes with a highlight and right-click.
Kích Thước Tệp 48.75 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-11-10
Ngày Phát Hành 2014-11-10
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Warpshade
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}