Core – Visual Navigator

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

Qu'est-ce que Core – Visual Navigator ?

Core – Visual Navigator est une extension Chrome développée par Ermag, et sa fonction principale est "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Core – Visual Navigator

Téléchargez les fichiers d'extension Core – Visual Navigator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
URL Officiel https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Description Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Taille du Fichier 64.96 KB
Nombre d'Installations 24
Version Actuelle 0.2
Dernière Mise à Jour 2020-12-16
Date de Publication 2020-10-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur Ermag
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://core.shyn.org/
Langues Prises en Charge 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
}