So Hot Right Now

Highlights most viewed articles on www.nytimes.com

So Hot Right Now क्या है?

So Hot Right Now Erik Christensen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights most viewed articles on www.nytimes.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में So Hot Right Now एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम So Hot Right Now So Hot Right Now
ID hhbfaeolgndjibdelcbioldnikfilkbg
आधिकारिक URL https://chrome.google.com/webstore/detail/so-hot-right-now/hhbfaeolgndjibdelcbioldnikfilkbg
विवरण Highlights most viewed articles on www.nytimes.com
फ़ाइल का आकार 57.17 KB
स्थापना संख्या 15
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2015-09-08
प्रकाशन तिथि 2015-09-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Erik Christensen
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}