Aboard

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

什麼是Aboard?

Aboard是由https://aboard.com開發的Chrome擴展程式,該擴展的主要功能是“Aboard is a wonderful tool for organizing your passions and making sense of the entire web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Aboard擴展crx文件

下載Aboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Aboard Aboard
ID kkdbnljighgkkjipefadplpmmpiomdog
官方網址 https://chromewebstore.google.com/detail/aboard/kkdbnljighgkkjipefadplpmmpiomdog
簡介 Aboard is a wonderful tool for organizing your passions and making sense of the entire web.
檔案大小 1.2 MB
安裝次數 1,032
目前版本 0.3.9
更新時間 2024-02-13
上架時間 2023-08-29
評分 5.00/5 共 2 次評分
開發者 https://aboard.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://aboard.com
說明頁面URL https://aboard.freshdesk.com/support/home
隱私政策頁面URL https://aboard.com/privacy
支援的語言 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"
    }
}