Homebase

The Homebase clipper

Homebase란 무엇입니까?

Homebase은(는) https://homebase.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Homebase clipper"입니다.

확장 프로그램 스크린샷

screenshot

Homebase 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}