GraphPaper

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

Wat is GraphPaper?

GraphPaper is een Chrome-extensie ontwikkeld door Max Xu, en de belangrijkste functie is "Allowing all web pages to be turned into a GraphPaper module.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GraphPaper

Download GraphPaper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
Officiële URL https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Beschrijving Allowing all web pages to be turned into a GraphPaper module.
Bestandsgrootte 6.97 KB
Aantal Installaties 226
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-01-27
Publicatiedatum 2015-01-27
Ontwikkelaar Max Xu
Betalingswijze free
Extensiewebsite http://graphpaper.co
Ondersteunde Talen 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"
}