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
官方網址 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"
}