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是由jdavid开发的Chrome扩展程序,该扩展的主要功能是“Visually displays a History of your browser's Open Graph data.”。

扩展截图

screenshot

下载Tapestry - an Open Graph Browser History扩展crx文件

下载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"
    ]
}