HBR Rewrite

This extension rewrites your history to show the latest reviews from hbr.

HBR Rewrite क्या है?

HBR Rewrite Tim Coy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension rewrites your history to show the latest reviews from hbr."।

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

screenshot

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

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

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

                        This extension erases all of your browsing history and replaces it with current links from Harvard Business Review at the click of a button.

Note: This is a third-party extension that is not made or maintained by Harvard Business Review.                    

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

नाम HBR Rewrite HBR Rewrite
ID ikegmdcocpphgmadilomjbhjemecjofj
आधिकारिक URL https://chromewebstore.google.com/detail/hbr-rewrite/ikegmdcocpphgmadilomjbhjemecjofj
विवरण This extension rewrites your history to show the latest reviews from hbr.
फ़ाइल का आकार 24.52 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-02-07
प्रकाशन तिथि 2019-02-07
डेवलपर Tim Coy
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBR Rewrite",
    "description": "This extension rewrites your history to show the latest reviews from hbr.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "history",
        "http:\/\/feeds.hbr.org\/harvardbusiness"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}