VisualizeUs

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

Что такое VisualizeUs?

VisualizeUs - это расширение Chrome, разработанное https://vi.sualize.us, и его основная функция - "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения VisualizeUs

Скачайте файлы расширений 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:\/\/*\/*"
    ]
}