GraphPaper

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

Apa itu GraphPaper?

GraphPaper adalah ekstensi Chrome yang dikembangkan oleh Max Xu, dan fitur utamanya adalah "Allowing all web pages to be turned into a GraphPaper module.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GraphPaper

Unduh file ekstensi GraphPaper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
URL Resmi https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
Deskripsi Allowing all web pages to be turned into a GraphPaper module.
Ukuran File 6.97 KB
Jumlah Instalasi 226
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-01-27
Tanggal Publikasi 2015-01-27
Pengembang Max Xu
Tipe Pembayaran free
Situs Ekstensi http://graphpaper.co
Bahasa yang Didukung 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"
}