GraphPaper

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

Qu'est-ce que GraphPaper ?

GraphPaper est une extension Chrome développée par Max Xu, et sa fonction principale est "Allowing all web pages to be turned into a GraphPaper module.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GraphPaper

Téléchargez les fichiers d'extension GraphPaper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
URL Officiel https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Description Allowing all web pages to be turned into a GraphPaper module.
Taille du Fichier 6.97 KB
Nombre d'Installations 226
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-01-27
Date de Publication 2015-01-27
Développeur Max Xu
Type de Paiement free
Site Web de l'Extension http://graphpaper.co
Langues Prises en Charge 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"
}