GraphPaper

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

Vad är GraphPaper?

GraphPaper är en Chrome-tillägg utvecklad av Max Xu, och dess huvudfunktion är "Allowing all web pages to be turned into a GraphPaper module.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GraphPaper-förlängningens CRX-fil

Ladda ner GraphPaper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
Officiell webbadress https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Beskrivning Allowing all web pages to be turned into a GraphPaper module.
Filstorlek 6.97 KB
Antal Installationer 226
Aktuell Version 1.0.1
Senast Uppdaterad 2015-01-27
Publiceringsdatum 2015-01-27
Utvecklare Max Xu
Betalningssätt free
Tilläggswebbplats http://graphpaper.co
Stödda Språk 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"
}