Moodboard

Customizes new tab with Webpage Thumbnails

Apa itu Moodboard?

Moodboard adalah ekstensi Chrome yang dikembangkan oleh https://vizard.co, dan fitur utamanya adalah "Customizes new tab with Webpage Thumbnails".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moodboard

Unduh file ekstensi Moodboard 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

                        Create your favorite websites/designs as a moodboard for inspiration.                    

Informasi Dasar Ekstensi

Nama Moodboard Moodboard
ID djmbmdhgkbkcjoocbkleedhdhippikab
URL Resmi https://chromewebstore.google.com/detail/moodboard/djmbmdhgkbkcjoocbkleedhdhippikab
Deskripsi Customizes new tab with Webpage Thumbnails
Ukuran File 385 KB
Jumlah Instalasi 674
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-03-26
Tanggal Publikasi 2019-03-25
Pengembang https://vizard.co
Tipe Pembayaran free
Situs Ekstensi https://vizard.co
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodboard",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2yd7dQlHgPzYhkGXZZOHsKQdf4aAd5jnngunlayBFhpUC6KXI3HIWjNi\/VVLNBkyGGn6rU91J8knldWTlUUxYz+Sh9nRMfi\/jp3ZKAwz6K0zAcHnhAqPWsyXbbtNBqWn2hxemZNHEa9HwVEhLiB+BzT9AFNTSbY\/Mv+CxB+StNDowgKU6a6rVzsgyP0gHzxeiZaW5ppeCBOi122aPej1U62GjEKtXj72\/OPche3xqF1yJDlE5DhxoIBOIOKbNO0D9tn7vbCpiNzIG1eRlsVC6iuJeIqv\/A\/SL5iaksZLf5A14BR8PbswX1VryYBVuXjFhDh3xybJMfHGBjQIRiyCHQIDAQAB",
    "short_name": "Moodboard",
    "version": "0.3",
    "description": "Customizes new tab with Webpage Thumbnails",
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "bookmarksArea.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "js\/commons\/PageInteractor.js",
            "js\/commons\/signIn.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "936213325839-s4vvpfkl0h22h977i96jh9huo3q7htp6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "web_accessible_resources": [
        "images\/InternetSlowdown_Day"
    ],
    "content_security_policy": "default-src 'self' https:\/\/apis.google.com\/* https:\/\/content.googleapis.com\/* https:\/\/accounts.google.com\/*; frame-src 'self' https:\/\/content.googleapis.com\/ https:\/\/accounts.google.com\/; object-src 'self'; script-src 'self' 'sha256-unHNIoCbl3knWs33IQbw1eTY7iTvnLAb1mfZRQAslWY=' https:\/\/apis.google.com\/ https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/*.google.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; connect-src 'self' http:\/\/* https:\/\/*; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; img-src 'self'  data:",
    "manifest_version": 2
}