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