Homebase

The Homebase clipper

Что такое Homebase?

Homebase - это расширение Chrome, разработанное https://homebase.io, и его основная функция - "The Homebase clipper".

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

screenshot

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

Скачайте файлы расширений Homebase в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        EASILY SHARE INTERESTING THINGS FROM THE AROUND THE WEB WITH YOUR TEAM.

Use the Homebase web clipper to grab web pages, reports, images, charts, documents, and quotes to save and share with your team. It's an effective way to gather customer testimonials, competitive intel, or draw attention to trends in important metrics.

Learn more at www.homebase.io                    

Основная информация о расширении

Название Homebase Homebase
ID oddfoocdjglabkmaofhmfblingagfdnh
Официальный URL https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh
Описание The Homebase clipper
Размер файла 267 KB
Количество установок 57
Текущая Версия 0.3435.0
Последнее Обновление 2014-01-27
Дата публикации 2014-01-27
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://homebase.io
Тип оплаты free
Официальный сайт расширения http://homebase.io
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homebase",
    "version": "0.3435.0",
    "description": "The Homebase clipper",
    "background": {
        "scripts": [
            "chrome_background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "files\/extension_19.png",
        "default_title": "Create cards from this page!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.homebase.io\/extension\/*"
            ],
            "js": [
                "iframe_message_bridge.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.homebase.io\/*"
            ],
            "js": [
                "files\/dont_show_install_button.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "files\/extension_16.png",
        "48": "files\/extension_48.png",
        "128": "files\/extension_128.png"
    },
    "web_accessible_resources": [
        "files\/status\/awesome-face.png",
        "files\/status\/cloud.png",
        "files\/status\/close.png",
        "files\/status\/sad-face.png"
    ],
    "options_page": "files\/settings.html",
    "manifest_version": 2
}