Tapestry - an Open Graph Browser History

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

What is Tapestry - an Open Graph Browser History?

Tapestry - an Open Graph Browser History is a Chrome extension developed by jdavid, and its main feature is "Visually displays a History of your browser's Open Graph data.".

Extension Screenshots

screenshot

Download Tapestry - an Open Graph Browser History Extension CRX File

Download Tapestry - an Open Graph Browser History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tapestry - an Open Graph Browser History Tapestry - an Open Graph Browser History
ID anokhfoobafomacdgnkgekbccniknmia
Official URL https://chrome.google.com/webstore/detail/tapestry-an-open-graph-br/anokhfoobafomacdgnkgekbccniknmia
Description Visually displays a History of your browser's Open Graph data.
File Size 488 KB
Installation Count 107
Current Version 0.0.19
Last Updated 2012-11-05
Publish Date 2012-11-05
Rating 4.42/5 Total 12 Ratings
Developer jdavid
Payment Type free
Supported Languages 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"
    ]
}