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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}