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ファイルをダウンロード

Helper extension for Mosaic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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
    }
}