GraphPaper

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

Co to jest GraphPaper?

GraphPaper to rozszerzenie Chrome opracowane przez Max Xu, a jego główną funkcją jest „Allowing all web pages to be turned into a GraphPaper module.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GraphPaper

Pobierz pliki rozszerzeń GraphPaper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
Oficjalny URL https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Opis Allowing all web pages to be turned into a GraphPaper module.
Rozmiar pliku 6.97 KB
Liczba instalacji 226
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-01-27
Data Publikacji 2015-01-27
Deweloper Max Xu
Typ Płatności free
Strona Rozszerzenia http://graphpaper.co
Obsługiwane Języki 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"
}