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"
}