Core – Visual Navigator

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

Cos'è Core – Visual Navigator?

Core – Visual Navigator è un'estensione di Chrome sviluppata da Ermag, e la sua funzione principale è "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Core – Visual Navigator

Scarica i file di estensione Core – Visual Navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
URL Ufficiale https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Descrizione Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Dimensione del File 64.96 KB
Conteggio Installazioni 24
Versione Corrente 0.2
Ultimo Aggiornamento 2020-12-16
Data di Pubblicazione 2020-10-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Ermag
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://core.shyn.org/
Lingue Supportate 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
}