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:\/\/*\/*"
    ]
}