DI.se slim
Removes header and other fuzzy things on di.se.
Co je DI.se slim ?
DI.se slim je rozšíření Chrome vyvinuté http://johanekhager.com, a jeho hlavní funkcí je „Removes header and other fuzzy things on di.se.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DI.se slim
Stáhněte si soubory rozšíření DI.se slim ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | keofopaomkkhpjljpgoafigiaablfggi |
Oficiální URL | https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi |
Popis | Removes header and other fuzzy things on di.se. |
Velikost souboru | 44.25 KB |
Počet instalací | 36 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2014-05-04 |
Datum Vydání | 2014-05-04 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | http://johanekhager.com |
Typ Platby | free |
Webové stránky Rozšíření | http://johanekhager.com |
URL Stránky Nápovědy | http://twitter.com/johanekhager |
Podporované Jazyky | 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 } ] } |