The Verge Comments

Small tweaks for The Verge.

The Verge Commentsคืออะไร?

The Verge Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fred และคุณลักษณะหลักของมันคือ "Small tweaks for The Verge."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of reading silly comments on The Verge? This extension is right for you.

Thanks to the keyboard shortcuts that this extension provides, you're going to skip silly comments and read only what's really worthwhile. All the comments will still be visible!

About The Verge:
The Verge was founded in 2011 in partnership with Vox Media, and covers the intersection of technology, science, art, and culture. Its mission is to offer in-depth reporting and long-form feature stories, breaking news coverage, product information, and community content in a unified and cohesive manner. The site is powered by Vox Media's Chorus platform, a modern media stack built for web-native news in the 21st century.

New in version 0.1.4:
- Style updated accordingly to The Verge 2.0 (responsive);

Get involved in this project: https://github.com/zntfdr/the-verge-comments

The Verge comments is not officially affiliated with The Verge. The Verge is a registered trademark of Vox Media Inc.                    

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

ชื่อ The Verge Comments The Verge Comments
ID iebjlindboaablbjlinoklffgnbiiobp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-verge-comments/iebjlindboaablbjlinoklffgnbiiobp
คำอธิบาย Small tweaks for The Verge.
ขนาดไฟล์ 563 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2014-09-07
วันที่เผยแพร่ 2014-09-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Fred
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.theverge.com/
URL หน้าช่วยเหลือ https://twitter.com/zntfdr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Verge Comments",
    "version": "0.1.4",
    "description": "Small tweaks for The Verge.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/page-action19.png",
            "38": "img\/page-action38.png"
        },
        "default_title": "The Verge Comments is running! Press the keys I or O to give it a spin (or just click this icon)"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/lib\/analytics.js",
            "scripts\/event_page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.theverge.com\/*"
            ],
            "js": [
                "scripts\/lib\/jquery.js",
                "scripts\/templates\/content_script.js",
                "scripts\/content_script.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/injected.css"
            ]
        }
    ],
    "options_page": "options.html"
}