DI.se slim
Removes header and other fuzzy things on di.se.
O que é DI.se slim ?
DI.se slim é uma extensão do Chrome desenvolvida por http://johanekhager.com, e sua principal característica é "Removes header and other fuzzy things on di.se.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DI.se slim
Baixe arquivos de extensão DI.se slim 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
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
Informações Básicas da Extensão
Nome | |
ID | keofopaomkkhpjljpgoafigiaablfggi |
URL Oficial | https://chrome.google.com/webstore/detail/dise-slim/keofopaomkkhpjljpgoafigiaablfggi |
Descrição | Removes header and other fuzzy things on di.se. |
Tamanho do Arquivo | 44.25 KB |
Contagem de Instalações | 36 |
Versão Atual | 0.4 |
Última Atualização | 2014-05-04 |
Data de Publicação | 2014-05-04 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | http://johanekhager.com |
Tipo de Pagamento | free |
Site da Extensão | http://johanekhager.com |
URL da Página de Ajuda | http://twitter.com/johanekhager |
Idiomas Suportados | 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 } ] } |