Core – Visual Navigator

Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.

Co je Core – Visual Navigator?

Core – Visual Navigator je rozšíření Chrome vyvinuté Ermag, a jeho hlavní funkcí je „Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Core – Visual Navigator

Stáhněte si soubory rozšíření Core – Visual Navigator 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í

                        Core approaches internet search and browsing in a completely new way. Core gives you a visual
graph of connected content and allows you to make navigate your own way around the net.

Core is our experimental attempt to provide context and nuance to internet navigation. As well as a new experience, it aims to show you the connections between the content you’re viewing and other sites and pages on the internet.

The technology is still in a prototype phase and we would be grateful for any and all feedback you might have.                    

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

Název Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
Oficiální URL https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Popis Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Velikost souboru 64.96 KB
Počet instalací 24
Aktuální Verze 0.2
Poslední Aktualizace 2020-12-16
Datum Vydání 2020-10-09
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Ermag
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://core.shyn.org/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Core \u2013 Visual Navigator",
    "version": "0.2",
    "description": "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}