Helper extension for Mosaic

This extension allows you to move all your browser tabs to Mosaic with one click.

Helper extension for Mosaic란 무엇입니까?

Helper extension for Mosaic은(는) Alexis Chevalier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to move all your browser tabs to Mosaic with one click."입니다.

Helper extension for Mosaic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Helper extension for Mosaic Helper extension for Mosaic
ID nnhknchgeoeghedkfolliaihjghiijih
공식 URL https://chromewebstore.google.com/detail/helper-extension-for-mosa/nnhknchgeoeghedkfolliaihjghiijih
설명 This extension allows you to move all your browser tabs to Mosaic with one click.
파일 크기 12.21 KB
설치 횟수 101
현재 버전 0.4
최근 업데이트 2016-03-13
출시 날짜 2016-03-12
개발자 Alexis Chevalier
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helper extension for Mosaic",
    "description": "This extension allows you to move all your browser tabs to Mosaic with one click.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "images\/logo_38.png",
        "default_title": "Move to Mosaic"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}