Simplify it!
Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Vad är Simplify it!?
Simplify it! är en Chrome-tillägg utvecklad av Nate, och dess huvudfunktion är "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
Tilläggsskärmbilder
Ladda ner Simplify it!-förlängningens CRX-fil
Ladda ner Simplify it!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | fcmiopamalpkecdfjfkmmdlojjhdjfim |
| Officiell webbadress | https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim |
| Beskrivning | Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo. |
| Filstorlek | 1.24 MB |
| Antal Installationer | 1,419 |
| Aktuell Version | 2.5 |
| Senast Uppdaterad | 2021-11-28 |
| Publiceringsdatum | 2019-04-30 |
| Betyg | 4.50/5 Totalt 4 Betyg |
| Utvecklare | Nate |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |