Simplify it!
Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Wat is Simplify it!?
Simplify it! is een Chrome-extensie ontwikkeld door Nate, en de belangrijkste functie is "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simplify it!
Download Simplify it!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Simplify it! |
ID | fcmiopamalpkecdfjfkmmdlojjhdjfim |
Officiële URL | https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim |
Beschrijving | Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo. |
Bestandsgrootte | 1.24 MB |
Aantal Installaties | 1,419 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2021-11-28 |
Publicatiedatum | 2019-04-30 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Nate |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |