GraphPaper

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

GraphPaperとは何ですか?

GraphPaperはMax Xuによって開発されたChromeの拡張機能で、その主な機能は「Allowing all web pages to be turned into a GraphPaper module.」です。

拡張機能のスクリーンショット

screenshot
screenshot

GraphPaper拡張機能のCRXファイルをダウンロード

GraphPaper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 GraphPaper GraphPaper
ID mgkkeomplcoebafamfhhfiameolaedkd
公式URL https://chromewebstore.google.com/detail/graphpaper/mgkkeomplcoebafamfhhfiameolaedkd
説明 Allowing all web pages to be turned into a GraphPaper module.
ファイルサイズ 6.97 KB
インストール数 226
現在のバージョン 1.0.1
最終更新日 2015-01-27
公開日 2015-01-27
開発者 Max Xu
支払い方法 free
拡張機能のウェブサイト http://graphpaper.co
対応言語 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"
}