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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DI.se slim

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DI.se slim DI.se slim
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
        }
    ]
}