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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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