DI.se slim
Removes header and other fuzzy things on di.se.
ما هو DI.se slim ؟
DI.se slim هو إضافة Chrome تم تطويرها بواسطة http://johanekhager.com، والميزة الرئيسية لها هي "Removes header and other fuzzy things on di.se.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DI.se slim
قم بتنزيل ملفات الامتداد DI.se slim بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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 } ] } |