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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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