Tapestry - an Open Graph Browser History

Visually displays a History of your browser's Open Graph data.

Что такое Tapestry - an Open Graph Browser History?

Tapestry - an Open Graph Browser History - это расширение Chrome, разработанное jdavid, и его основная функция - "Visually displays a History of your browser's Open Graph data.".

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

screenshot

Скачать файл CRX расширения Tapestry - an Open Graph Browser History

Скачайте файлы расширений Tapestry - an Open Graph Browser History в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Visually Browse your Open Graph Web History with this extension and quickly share items on your favorite social networks like: Facebook, Twitter, Pinterest, and Google Plus.

You need to browse a few pages after installing the extension.

Follow us on twitter @tapestried

https://twitter.com/tapestried

https://github.com/jDavidnet/tapestry                    

Основная информация о расширении

Название Tapestry - an Open Graph Browser History Tapestry - an Open Graph Browser History
ID anokhfoobafomacdgnkgekbccniknmia
Официальный URL https://chrome.google.com/webstore/detail/tapestry-an-open-graph-br/anokhfoobafomacdgnkgekbccniknmia
Описание Visually displays a History of your browser's Open Graph data.
Размер файла 488 KB
Количество установок 107
Текущая Версия 0.0.19
Последнее Обновление 2012-11-05
Дата публикации 2012-11-05
Рейтинг 4.42/5 Всего 12 оценок
Разработчик jdavid
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tapestry - an Open Graph Browser History",
    "version": "0.0.19",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "Visually displays a History of your browser's Open Graph data.",
    "icons": {
        "16": "images\/unicorn.png",
        "48": "images\/unicorn.png",
        "128": "images\/unicorn.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/unicorn.png",
        "default_title": "Open Tapestry"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-1.8.0.js",
            "js\/utils.js",
            "js\/db.js",
            "js\/background\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-1.8.0.js",
                "js\/content\/core.js"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "bookmarks",
        "history",
        "unlimitedStorage"
    ]
}