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
官方網址 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"
    }
}