Simplify it!
Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Qu'est-ce que Simplify it! ?
Simplify it! est une extension Chrome développée par Nate, et sa fonction principale est "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simplify it!
Téléchargez les fichiers d'extension Simplify it! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Simplify it! |
ID | fcmiopamalpkecdfjfkmmdlojjhdjfim |
URL Officiel | https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim |
Description | Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo. |
Taille du Fichier | 1.24 MB |
Nombre d'Installations | 1,419 |
Version Actuelle | 2.5 |
Dernière Mise à Jour | 2021-11-28 |
Date de Publication | 2019-04-30 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Nate |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |