Aboard

Aboard is a wonderful tool for organizing your passions and making sense of the entire web.

What is Aboard?

Aboard is a Chrome extension developed by https://aboard.com, and its main feature is "Aboard is a wonderful tool for organizing your passions and making sense of the entire web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Aboard Extension CRX File

Download Aboard 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 Aboard plugin makes it easy to organize your passions. Save any web page on the Internet and organize and discuss them with your friends. Use it to clip articles, save products, track videos you want to watch—whatever you love to do, Aboard can make it better.                    

Extension Basic Information

Name Aboard Aboard
ID kkdbnljighgkkjipefadplpmmpiomdog
Official URL https://chromewebstore.google.com/detail/aboard/kkdbnljighgkkjipefadplpmmpiomdog
Description Aboard is a wonderful tool for organizing your passions and making sense of the entire web.
File Size 1.2 MB
Installation Count 1,032
Current Version 0.3.9
Last Updated 2024-02-13
Publish Date 2023-08-29
Rating 5.00/5 Total 2 Ratings
Developer https://aboard.com
Email [email protected]
Payment Type free
Extension Website https://aboard.com
Help Page URL https://aboard.freshdesk.com/support/home
Privacy Policy Page URL https://aboard.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aboard",
    "description": "Aboard is a wonderful tool for organizing your passions and making sense of the entire web.",
    "version": "0.3.9.0",
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Add to Aboard"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            }
        },
        "tab_sweep": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            },
            "description": "Save all Tabs in this Window"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-Ou2O_55s.js",
                "assets\/color-theme.ts-loader-vwckKENW.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/app.aboard.com",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "static\/fonts\/*.ttf",
                "static\/images\/*.png",
                "static\/images\/fallbacks\/*.png",
                "index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.browser.esm-FiWuWSJY.js",
                "assets\/logger-bxXqr6Qd.js",
                "assets\/promises-aQbTG66b.js",
                "assets\/content.ts-KJ4otURV.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/extension-storage-OCyxNA8T.js",
                "assets\/color-theme.ts-c5cSB29z.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "version_name": "0.3.9",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.aboard.com\/*",
            "https:\/\/*.abored.io\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}