GraphPaper

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

Co je GraphPaper?

GraphPaper je rozšíření Chrome vyvinuté Max Xu, a jeho hlavní funkcí je „Allowing all web pages to be turned into a GraphPaper module.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GraphPaper

Stáhněte si soubory rozšíření GraphPaper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
Oficiální URL https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Popis Allowing all web pages to be turned into a GraphPaper module.
Velikost souboru 6.97 KB
Počet instalací 226
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-01-27
Datum Vydání 2015-01-27
Vývojář Max Xu
Typ Platby free
Webové stránky Rozšíření http://graphpaper.co
Podporované Jazyky 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"
}