Simplify it!

Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.

O que é Simplify it!?

Simplify it! é uma extensão do Chrome desenvolvida por Nate, e sua principal característica é "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simplify it!

Baixe arquivos de extensão Simplify it! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Simplify it! Simplify it!
ID fcmiopamalpkecdfjfkmmdlojjhdjfim
URL Oficial https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim
Descrição Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Tamanho do Arquivo 1.24 MB
Contagem de Instalações 1,419
Versão Atual 2.5
Última Atualização 2021-11-28
Data de Publicação 2019-04-30
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor Nate
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}