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.」です。
拡張機能のスクリーンショット
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! |
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 |
Eメール | [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" } } |