Simplify it!
Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Apa itu Simplify it!?
Simplify it! adalah ekstensi Chrome yang dikembangkan oleh Nate, dan fitur utamanya adalah "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simplify it!
Unduh file ekstensi Simplify it! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Simplify it! |
ID | fcmiopamalpkecdfjfkmmdlojjhdjfim |
URL Resmi | https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim |
Deskripsi | Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo. |
Ukuran File | 1.24 MB |
Jumlah Instalasi | 1,419 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2021-11-28 |
Tanggal Publikasi | 2019-04-30 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | Nate |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |