GraphPaper

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

Что такое GraphPaper?

GraphPaper - это расширение Chrome, разработанное Max Xu, и его основная функция - "Allowing all web pages to be turned into a GraphPaper module.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения GraphPaper

Скачайте файлы расширений 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"
}