DI.se slim

Removes header and other fuzzy things on di.se.

Что такое DI.se slim ?

DI.se slim - это расширение Chrome, разработанное http://johanekhager.com, и его основная функция - "Removes header and other fuzzy things on di.se.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DI.se slim

Скачайте файлы расширений DI.se slim в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A chrome extension to let users experience di.se without all the fuzz. It's a homepage about financial news, so why not concentrate on just that.

- Removes sticky advertising on header
- Simplifies menu
- Removes sticky iframe on bottom of the browser                    

Основная информация о расширении

Название DI.se slim DI.se slim
ID keofopaomkkhpjljpgoafigiaablfggi
Официальный URL https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi
Описание Removes header and other fuzzy things on di.se.
Размер файла 44.25 KB
Количество установок 36
Текущая Версия 0.4
Последнее Обновление 2014-05-04
Дата публикации 2014-05-04
Рейтинг 3.67/5 Всего 3 оценок
Разработчик http://johanekhager.com
Тип оплаты free
Официальный сайт расширения http://johanekhager.com
URL страницы помощи http://twitter.com/johanekhager
Поддерживаемые языки sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DI.se slim ",
    "version": "0.4",
    "description": "Removes header and other fuzzy things on di.se.",
    "manifest_version": 2,
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.se\/*",
                "http:\/\/*.di.se\/*",
                "https:\/\/*.di.se\/*"
            ],
            "exclude_matches": [
                "https:\/\/trader.di.se\/*",
                "http:\/\/trader.di.se\/*"
            ],
            "css": [
                "di.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/di.js"
            ],
            "all_frames": true
        }
    ]
}