DI.se slim
Removes header and other fuzzy things on di.se.
Was ist DI.se slim ?
DI.se slim ist eine Chrome-Erweiterung, die von http://johanekhager.com entwickelt wurde, und ihr Hauptmerkmal ist "Removes header and other fuzzy things on di.se.".
Erweiterungsscreenshots
DI.se slim -Erweiterungs-CRX-Datei herunterladen
Laden Sie DI.se slim -Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | keofopaomkkhpjljpgoafigiaablfggi |
Offizielle URL | https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi |
Beschreibung | Removes header and other fuzzy things on di.se. |
Dateigröße | 44.25 KB |
Installationsanzahl | 36 |
Aktuelle Version | 0.4 |
Letztes Update | 2014-05-04 |
Veröffentlichungsdatum | 2014-05-04 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | http://johanekhager.com |
Zahlungsart | free |
Erweiterungswebsite | http://johanekhager.com |
Hilfeseite URL | http://twitter.com/johanekhager |
Unterstützte Sprachen | 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 } ] } |