GraphPaper

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

Cos'è GraphPaper?

GraphPaper è un'estensione di Chrome sviluppata da Max Xu, e la sua funzione principale è "Allowing all web pages to be turned into a GraphPaper module.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GraphPaper

Scarica i file di estensione GraphPaper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
URL Ufficiale https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Descrizione Allowing all web pages to be turned into a GraphPaper module.
Dimensione del File 6.97 KB
Conteggio Installazioni 226
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-01-27
Data di Pubblicazione 2015-01-27
Sviluppatore Max Xu
Tipo di Pagamento free
Sito Web dell'Estensione http://graphpaper.co
Lingue Supportate 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"
}