Tapestry - an Open Graph Browser History

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

Wat is Tapestry - an Open Graph Browser History?

Tapestry - an Open Graph Browser History is een Chrome-extensie ontwikkeld door jdavid, en de belangrijkste functie is "Visually displays a History of your browser's Open Graph data.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tapestry - an Open Graph Browser History

Download Tapestry - an Open Graph Browser History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tapestry - an Open Graph Browser History Tapestry - an Open Graph Browser History
ID anokhfoobafomacdgnkgekbccniknmia
Officiële URL https://chrome.google.com/webstore/detail/tapestry-an-open-graph-br/anokhfoobafomacdgnkgekbccniknmia
Beschrijving Visually displays a History of your browser's Open Graph data.
Bestandsgrootte 488 KB
Aantal Installaties 107
Huidige Versie 0.0.19
Laatst Bijgewerkt 2012-11-05
Publicatiedatum 2012-11-05
Beoordeling 4.42/5 Totaal 12 Beoordelingen
Ontwikkelaar jdavid
Betalingswijze free
Ondersteunde Talen 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"
    ]
}