DI.se slim
Removes header and other fuzzy things on di.se.
什麼是DI.se slim ?
DI.se slim 是由http://johanekhager.com開發的Chrome擴展程式,該擴展的主要功能是“Removes header and other fuzzy things on di.se.”。
擴展截圖
下載DI.se slim 擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | keofopaomkkhpjljpgoafigiaablfggi |
官方網址 | 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 } ] } |