DI.se slim
Removes header and other fuzzy things on di.se.
Qu'est-ce que DI.se slim ?
DI.se slim est une extension Chrome développée par http://johanekhager.com, et sa fonction principale est "Removes header and other fuzzy things on di.se.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DI.se slim
Téléchargez les fichiers d'extension DI.se slim au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | keofopaomkkhpjljpgoafigiaablfggi |
URL Officiel | https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi |
Description | Removes header and other fuzzy things on di.se. |
Taille du Fichier | 44.25 KB |
Nombre d'Installations | 36 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2014-05-04 |
Date de Publication | 2014-05-04 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | http://johanekhager.com |
Type de Paiement | free |
Site Web de l'Extension | http://johanekhager.com |
URL de la Page d'Aide | http://twitter.com/johanekhager |
Langues Prises en Charge | 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 } ] } |