DI.se slim
Removes header and other fuzzy things on di.se.
DI.se slim क्या है?
DI.se slim http://johanekhager.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes header and other fuzzy things on di.se."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DI.se slim एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } ] } |