The Verge Mini

Read the latest articles from The Verge straight from your Chrome toolbar.

The Verge Miniคืออะไร?

The Verge Mini เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Superannuater และคุณลักษณะหลักของมันคือ "Read the latest articles from The Verge straight from your Chrome toolbar."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Verge Mini

ดาวน์โหลดไฟล์ส่วนขยาย The Verge Mini ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Read the latest articles from The Verge straight from your Chrome toolbar.

Receive a pop-up notification if you've got a reply or recommend wherever you are on your browser.

Watch the latest Verge videos.

View and comment on articles and forum posts.                    

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

ชื่อ The Verge Mini The Verge Mini
ID hjfidodgpaocpiliegpplghoobenilcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-verge-mini/hjfidodgpaocpiliegpplghoobenilcj
คำอธิบาย Read the latest articles from The Verge straight from your Chrome toolbar.
ขนาดไฟล์ 611 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 3.95
อัปเดตครั้งล่าสุด 2013-11-01
วันที่เผยแพร่ 2013-11-01
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Superannuater
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Verge Mini",
    "manifest_version": 2,
    "version": "3.95",
    "description": "Read the latest articles from The Verge straight from your Chrome toolbar.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.theverge.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/www.theverge.com\/forums\/*",
                "http:\/\/www.theverge.com\/users\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-1.9.1.min.js",
                "custom\/mobileredirect.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/mobile.theverge.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-1.9.1.min.js",
                "custom\/backbutton.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/mobile.theverge.com\/*"
            ],
            "all_frames": true,
            "css": [
                "custom\/mystyles.css"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "custom\/myscript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.theverge.com\/users\/*"
            ],
            "all_frames": true,
            "css": [
                "custom\/userpage.css"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "custom\/userpage.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.theverge.com\/forums",
                "http:\/\/www.theverge.com\/forums\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-1.9.1.min.js",
                "custom\/forums.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "The Verge",
        "default_popup": "redirect.htm"
    },
    "web_accessible_resources": [
        "back.png",
        "custom\/forums.css",
        "icon48.png"
    ],
    "background": {
        "page": "notifications\/background.htm"
    },
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}