Button: History

Open the History Page with just one click.

Button: History क्या है?

Button: History https://browser-extensions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the History Page with just one click."।

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

नाम Button: History Button: History
ID ilekfjhjjpfagaenbhgppaehhedekgbf
आधिकारिक URL https://chromewebstore.google.com/detail/button-history/ilekfjhjjpfagaenbhgppaehhedekgbf
विवरण Open the History Page with just one click.
फ़ाइल का आकार 13.53 KB
स्थापना संख्या 515
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-04-21
प्रकाशन तिथि 2016-04-20
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://browser-extensions.com
ईमेल extendyourbrowser@gmail.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://browser-extensions.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openHistoryPage__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}