Smart Sieve

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

什么是Smart Sieve?

Smart Sieve是由Xavier开发的Chrome扩展程序,该扩展的主要功能是“Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.”。

扩展截图

screenshot
screenshot

下载Smart Sieve扩展crx文件

下载Smart Sieve扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Smart Sieve Smart Sieve
ID gegngkeciggmgpjdahkffpdfgdldeeib
官方URL https://chrome.google.com/webstore/detail/smart-sieve/gegngkeciggmgpjdahkffpdfgdldeeib
简介 Made for parents and schools, Smart Sieve filters and removes image contents deemed inappropriate for viewing.
文件大小 172 KB
安装次数 12
当前版本 1.1
更新时间 2017-01-29
上架时间 2017-01-29
评分 4.20/5 共5次评分
开发者 Xavier
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}