Recent Pages

Reads your history, and shows the pages you opened.

Recent Pages क्या है?

Recent Pages http://www.jmdclasses.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reads your history, and shows the pages you opened."।

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

screenshot

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

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

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

                        It will provide you a facility to automatically store your history about the page you opened.                    

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

नाम Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
आधिकारिक URL https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
विवरण Reads your history, and shows the pages you opened.
फ़ाइल का आकार 13.97 KB
स्थापना संख्या 56
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2014-10-06
प्रकाशन तिथि 2014-10-06
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर http://www.jmdclasses.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Pages",
    "version": "0.0.0.1",
    "description": "Reads your history, and shows the pages you opened.",
    "permissions": [
        "history",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "history.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}