Moodboard

Customizes new tab with Webpage Thumbnails

Was ist Moodboard?

Moodboard ist eine Chrome-Erweiterung, die von https://vizard.co entwickelt wurde, und ihr Hauptmerkmal ist "Customizes new tab with Webpage Thumbnails".

Erweiterungsscreenshots

screenshot

Moodboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moodboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Moodboard Moodboard
ID djmbmdhgkbkcjoocbkleedhdhippikab
Offizielle URL https://chromewebstore.google.com/detail/moodboard/djmbmdhgkbkcjoocbkleedhdhippikab
Beschreibung Customizes new tab with Webpage Thumbnails
Dateigröße 385 KB
Installationsanzahl 674
Aktuelle Version 0.3
Letztes Update 2019-03-26
Veröffentlichungsdatum 2019-03-25
Entwickler https://vizard.co
Zahlungsart free
Erweiterungswebsite https://vizard.co
Unterstützte Sprachen 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
}