VisualizeUs

VisualizeUs helps you collect and connect to the best visual inspiration of the web.

VisualizeUsとは何ですか?

VisualizeUsはhttps://vi.sualize.usによって開発されたChromeの拡張機能で、その主な機能は「VisualizeUs helps you collect and connect to the best visual inspiration of the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

VisualizeUs拡張機能のCRXファイルをダウンロード

VisualizeUs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We're a creative community with a mission: To rescue all inspiring and beautiful pictures (and videos) lost in the depths of the web. 

VisualizeUs helps you collect and connect to the best visual inspiration of the web. Because your eyes deserve their daily dose of beauty.                    

拡張機能の基本情報

名前 VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
公式URL https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
説明 VisualizeUs helps you collect and connect to the best visual inspiration of the web.
ファイルサイズ 31.66 KB
インストール数 1,559
現在のバージョン 1.0.7
最終更新日 2012-10-10
公開日 2012-10-10
評価 4.19/5 合計 37 レビュー
開発者 https://vi.sualize.us
支払い方法 free
拡張機能のウェブサイト http://vi.sualize.us/help/chrome/
ヘルプページのURL http://vi.sualize.us/contact/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VisualizeUs",
    "description": "VisualizeUs helps you collect and connect to the best visual inspiration of the web.",
    "version": "1.0.7",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "tb.png",
        "default_title": "Post to VisualizeUs",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "visualizeus.css"
            ],
            "js": [
                "visualizeus.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}