Cubox

Save web pages and snippets to your Cubox

Co je Cubox?

Cubox je rozšíření Chrome vyvinuté Zenbox Inc., a jeho hlavní funkcí je „Save web pages and snippets to your Cubox“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cubox

Stáhněte si soubory rozšíření Cubox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Cubox is the ultimate tool for reading, learning, and research. With its powerful AI designed specifically for reading, Cubox can help you easily manage collections of web articles, make annotations and take notes while reading, review your knowledge, and share or organize your reading materials effortlessly.

Cubox is the app for collecting, reading and researching your daily information. With the help of the Cubox browser extension, you can quickly save the webpages, snippets, and images you are browsing so that you can use them at any time. 

AI Insight

Get a quick understanding of the article’s summary through summarization. Use key questions to understand the main points of the article and their answers. Automatically highlight with Ghost Highlight and mark your favorite sections with annotations.

Cubox will grab the content context, parse the article, and archive them permanently. Make internet information truly belongs to you.

• Click the toolbar icon to save the web page you are browsing.
• Save web snippets by dragging and dropping, right-clicking, or selecting the content.
• Match your search results on Google, Bing,  DuckDuckGo, Baidu search engines.
• Suggest tags, website title, description, and cover image.
• Update information for already saved content.
• Search your Cubox collections by entering 'C Tab' or 'C Space'.

More features on https://cubox.cc/
Please visit the Cubox web app or download Cubox apps. 
Your collections will automatically sync across all your devices.                    

Základní Informace o Rozšíření

Název Cubox Cubox
ID bflmgpechpeohjfomgfdkkfcbhfcjohl
Oficiální URL https://chromewebstore.google.com/detail/cubox/bflmgpechpeohjfomgfdkkfcbhfcjohl
Popis Save web pages and snippets to your Cubox
Velikost souboru 7.35 MB
Počet instalací 33,426
Aktuální Verze 7.3.1
Poslední Aktualizace 2024-02-05
Datum Vydání 2020-09-01
Hodnocení 3.85/5 Celkem 48 Hodnocení
Vývojář Zenbox Inc.
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://help.cubox.cc/legal/privacy
Podporované Jazyky en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appNameShort__",
    "version": "7.3.1",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "author": "Odd Lab",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon\/toolbar-icon-16.png",
            "24": "icon\/toolbar-icon-24.png",
            "32": "icon\/toolbar-icon-32.png"
        }
    },
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "tabs",
        "cookies"
    ],
    "options_page": "html\/options.html",
    "omnibox": {
        "keyword": "c"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            },
            "description": "__MSG_extension_suggested_key_description__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "browser-polyfill.min.js",
                "static\/css\/*",
                "fonts\/*",
                "styles\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version_name": "7.3.1"
}