Widget Board

Widget-Board makes you productive, creative and organized

What is Widget Board?

Widget Board is a Chrome extension developed by https://widget-board.com, and its main feature is "Widget-Board makes you productive, creative and organized".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Widget Board Extension CRX File

Download Widget Board extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The official extension for your Widget-board.com account:

* Choose what happens on a new tab: the main screen, a new board or a specific board.
* Access your recently viewed boards from any tab.
* Quick 'New Board' button for easy creation.
* Search for boards via name or tag name.                    

Extension Basic Information

Name Widget Board Widget Board
ID gpdjfeaipjkdapdfkobjphpabnmogman
Official URL https://chromewebstore.google.com/detail/widget-board/gpdjfeaipjkdapdfkobjphpabnmogman
Description Widget-Board makes you productive, creative and organized
File Size 551 KB
Installation Count 123
Current Version 1.0.0
Last Updated 2020-12-03
Publish Date 2020-12-03
Developer https://widget-board.com
Email [email protected]
Payment Type free
Extension Website https://widget-board.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Widget Board",
    "short_name": "Widget Board",
    "version": "1.0.0",
    "description": "Widget-Board makes you productive, creative and organized",
    "icons": {
        "16": "assets\/logo\/logo-16.png",
        "48": "assets\/logo\/logo-48.png",
        "128": "assets\/logo\/logo-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Widget Board"
    },
    "chrome_url_overrides": {
        "newtab": "index.html?#\/tab"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "https:\/\/*.widget-board.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ 'unsafe-eval'; object-src 'self'"
}