Simplify it!

Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.

什么是Simplify it!?

Simplify it!是由Nate开发的Chrome扩展程序,该扩展的主要功能是“Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.”。

扩展截图

screenshot
screenshot
screenshot

下载Simplify it!扩展crx文件

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

扩展使用说明

                        This plugin simplifies web pages and mutes annoying videos to allow for easier viewing of articles.  Navigate to a page or article you would like to read and simply click the yellow 'S' to simplify a page. Click it again to undo.  Work in Progress!                    

扩展基本信息

名称 Simplify it! Simplify it!
ID fcmiopamalpkecdfjfkmmdlojjhdjfim
官方URL https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim
简介 Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
文件大小 1.24 MB
安装次数 1,419
当前版本 2.5
更新时间 2021-11-28
上架时间 2019-04-30
评分 4.50/5 共4次评分
开发者 Nate
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify it!",
    "short_name": "Simplify!",
    "description": "Simplifies web pages and mutes annoying videos.  Click the Yellow 'S' to simplify a page. Click it again to undo.",
    "version": "2.5",
    "author": "Nate",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simplify the Page."
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}