The Verge Mini

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

什麼是The Verge Mini?

The Verge Mini是由Superannuater開發的Chrome擴展程式,該擴展的主要功能是“Read the latest articles from The Verge straight from your Chrome toolbar.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載The Verge Mini擴展crx文件

下載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
官方網址 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'"
}