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! - это расширение Chrome, разработанное Nate, и его основная функция - "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
Снимки экрана расширения
Скачать файл CRX расширения Simplify it!
Скачайте файлы расширений 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! Основная информация о расширении
| Название | |
| 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 |
| Электронная почта | [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"
}
} | |