Core – Visual Navigator

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

Wat is Core – Visual Navigator?

Core – Visual Navigator is een Chrome-extensie ontwikkeld door Ermag, en de belangrijkste functie is "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Core – Visual Navigator

Download Core – Visual Navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
Officiële URL https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Beschrijving Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Bestandsgrootte 64.96 KB
Aantal Installaties 24
Huidige Versie 0.2
Laatst Bijgewerkt 2020-12-16
Publicatiedatum 2020-10-09
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Ermag
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://core.shyn.org/
Ondersteunde Talen 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
}