So Hot Right Now

Highlights most viewed articles on www.nytimes.com

So Hot Right Now là gì?

So Hot Right Now là một tiện ích mở rộng Chrome được phát triển bởi Erik Christensen, và tính năng chính của nó là "Highlights most viewed articles on www.nytimes.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng So Hot Right Now

Tải xuống các tệp mở rộng So Hot Right Now dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        So Hot Right Now is a Chrome extension that highlights the most viewed articles on the New York Times website (www.nytimes.com). In addition to highlighting the most viewed articles, it also places a "hot" icon next to the articles shared most often on Twitter in the last day.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên So Hot Right Now So Hot Right Now
ID hhbfaeolgndjibdelcbioldnikfilkbg
URL Chính Thức https://chrome.google.com/webstore/detail/so-hot-right-now/hhbfaeolgndjibdelcbioldnikfilkbg
Mô tả Highlights most viewed articles on www.nytimes.com
Kích Thước Tệp 57.17 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2015-09-08
Ngày Phát Hành 2015-09-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Erik Christensen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "So Hot Right Now",
    "version": "2.0.1",
    "description": "Highlights most viewed articles on www.nytimes.com",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/nytimesred19.png",
            "38": "images\/nytimesred38.png"
        },
        "default_title": "So Hot Right Now"
    },
    "icons": {
        "16": "images\/nytimesred16.png",
        "48": "images\/nytimesred48.png",
        "128": "images\/nytimesred128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.nytimes.com\/*",
        "http:\/\/api.nytimes.com\/*",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nytimes.com\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/hot_big.png",
        "images\/nytimesred19.png",
        "images\/nytimesred38.png"
    ]
}