GraphPaper

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

What is GraphPaper?

GraphPaper is a Chrome extension developed by Max Xu, and its main feature is "Allowing all web pages to be turned into a GraphPaper module.".

Extension Screenshots

screenshot
screenshot

Download GraphPaper Extension CRX File

Download GraphPaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
Official URL https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Description Allowing all web pages to be turned into a GraphPaper module.
File Size 6.97 KB
Installation Count 226
Current Version 1.0.1
Last Updated 2015-01-27
Publish Date 2015-01-27
Developer Max Xu
Payment Type free
Extension Website http://graphpaper.co
Supported Languages 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"
}