DIM

Puts an end to bright pages.

O que é DIM?

DIM é uma extensão do Chrome desenvolvida por DIM, e sua principal característica é "Puts an end to bright pages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DIM

Baixe arquivos de extensão DIM 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

                        Sometimes turning the brightness down just isn't enough. Just click the icon to turn DIM on and bright pages will be gone forever.. or well.. until you turn DIM off.

DIM utilises intelligent page styling and image processing algorithms that make sure every page looks great! It also has a thorough options page which lets you set exactly how DIM behaves. These options include theming, automating, image processing, whitelisting etc. You of course don't have to bother changing any of these settings in order to get DIM to run, we've already done that for you. These settings are just little extras that allow you to configure everything JUST the way you want it. There is a quick guide and tooltips for every option so you don't have to be an advanced user to figure it all out!

Some of the features DIM has:
✓ Easy one click toggling
✓ Complete white/blacklisting system
✓ Advanced methods for styling pages
✓ CORS bypassing for images
✓ Filtering based on HSV
✓ Simple automation
✓ Works for dynamically added content (AJAX loading etc.)
✓ Caches images on a per page basis to improve page loading time
✓ and many more..

DIM is more than just a universal dark theme. It protects eyesight and prevents nearsightedness.

Logo designed by Sebastian Amen (http://be.net/amen).                    

Informações Básicas da Extensão

Nome DIM DIM
ID nlddooikpnchhikklpamelnpldhcpnbe
URL Oficial https://chromewebstore.google.com/detail/dim/nlddooikpnchhikklpamelnpldhcpnbe
Descrição Puts an end to bright pages.
Tamanho do Arquivo 375 KB
Contagem de Instalações 1,173
Versão Atual 1.0.4
Última Atualização 2014-10-14
Data de Publicação 2014-10-14
Classificação 3.68/5 Total de 34 Avaliações
Desenvolvedor DIM
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DIM",
    "description": "Puts an end to bright pages.",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "",
        "storage"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16on.png",
        "48": "icons\/icon48on.png",
        "128": "icons\/icon128on.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19off.png",
            "38": "icons\/icon38off.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "ga.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "offline_enabled": true,
    "short_name": "DIM",
    "web_accessible_resources": [
        "StackBoxBlur.js",
        "script.js",
        "options\/jquery-2.0.3.min.js",
        "options\/jquery-2.0.3.min.map",
        "icons\/icon48off.png",
        "icons\/icon48on.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}