Tapestry - an Open Graph Browser History

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

Cos'è Tapestry - an Open Graph Browser History?

Tapestry - an Open Graph Browser History è un'estensione di Chrome sviluppata da jdavid, e la sua funzione principale è "Visually displays a History of your browser's Open Graph data.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tapestry - an Open Graph Browser History

Scarica i file di estensione Tapestry - an Open Graph Browser History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tapestry - an Open Graph Browser History Tapestry - an Open Graph Browser History
ID anokhfoobafomacdgnkgekbccniknmia
URL Ufficiale https://chrome.google.com/webstore/detail/tapestry-an-open-graph-br/anokhfoobafomacdgnkgekbccniknmia
Descrizione Visually displays a History of your browser's Open Graph data.
Dimensione del File 488 KB
Conteggio Installazioni 107
Versione Corrente 0.0.19
Ultimo Aggiornamento 2012-11-05
Data di Pubblicazione 2012-11-05
Valutazione 4.42/5 Totale 12 Valutazioni
Sviluppatore jdavid
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}