Smart Sieve

Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.

Smart Sieve là gì?

Smart Sieve là một tiện ích mở rộng Chrome được phát triển bởi Xavier, và tính năng chính của nó là "Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Smart Sieve 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

                        Made for parents and schools, Smart Sieve is a chrome extension that filters (hence "sieve") and removes content depending on the filter selected. Equipped with an auto-filtering mode, you can keep the extension on while it filters all images based on the filter you choose. The Smart Sieve isn't 'smart' for no reason; it employs the powerful Clarifai API to analyze each image's properties for extremely accurate identification. The Smart Sieve is designed for those with hemophobia as well, as it has a hemophobia button that filters all gore and blood.

Credit: Xavier Lu and Peter Wu from NJ                    

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

Tên Smart Sieve Smart Sieve
ID gegngkeciggmgpjdahkffpdfgdldeeib
URL Chính Thức https://chrome.google.com/webstore/detail/smart-sieve/gegngkeciggmgpjdahkffpdfgdldeeib
Mô tả Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-01-29
Ngày Phát Hành 2017-01-29
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Xavier
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Sieve",
    "short_name": "SmartSieve",
    "description": "Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png"
        },
        "icons": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}