Helper extension for Mosaic

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

Apa itu Helper extension for Mosaic?

Helper extension for Mosaic adalah ekstensi Chrome yang dikembangkan oleh Alexis Chevalier, dan fitur utamanya adalah "This extension allows you to move all your browser tabs to Mosaic with one click.".

Unduh Berkas CRX Ekstensi Helper extension for Mosaic

Unduh file ekstensi Helper extension for Mosaic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Helper extension for Mosaic Helper extension for Mosaic
ID nnhknchgeoeghedkfolliaihjghiijih
URL Resmi https://chromewebstore.google.com/detail/helper-extension-for-mosa/nnhknchgeoeghedkfolliaihjghiijih
Deskripsi This extension allows you to move all your browser tabs to Mosaic with one click.
Ukuran File 12.21 KB
Jumlah Instalasi 101
Versi Saat Ini 0.4
Terakhir Diperbarui 2016-03-13
Tanggal Publikasi 2016-03-12
Pengembang Alexis Chevalier
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}