GraphPaper

Allowing all web pages to be turned into a GraphPaper module.

GraphPaper क्या है?

GraphPaper Max Xu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allowing all web pages to be turned into a GraphPaper module."।

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

screenshot
screenshot

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

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

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

                        Converting live web pages into GraphPaper modules has been one of the most powerful features we have. By fitting together your frequently used websites like a jigsaw puzzle, you can create your own personalised dashboard. 

However, some websites cannot be embedded by default, until now.
By installing this Chrome Extension, you will be able to convert any website you want. The possibilities are endless.


Note: To use this extension, you need to sign up for an account on http://about.graphpaper.co/                    

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

नाम GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
आधिकारिक URL https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
विवरण Allowing all web pages to be turned into a GraphPaper module.
फ़ाइल का आकार 6.97 KB
स्थापना संख्या 226
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-01-27
प्रकाशन तिथि 2015-01-27
डेवलपर Max Xu
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://graphpaper.co
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "description": "Allowing all web pages to be turned into a GraphPaper module.",
    "manifest_version": 2,
    "name": "GraphPaper",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}