Core – Visual Navigator
Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Was ist Core – Visual Navigator?
Core – Visual Navigator ist eine Chrome-Erweiterung, die von Ermag entwickelt wurde, und ihr Hauptmerkmal ist "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".
Erweiterungsscreenshots
Core – Visual Navigator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Core – Visual Navigator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Core – Visual Navigator |
ID | dipgoohiamjenkboinoiholclfkamlkc |
Offizielle URL | https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc |
Beschreibung | Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience. |
Dateigröße | 64.96 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.2 |
Letztes Update | 2020-12-16 |
Veröffentlichungsdatum | 2020-10-09 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Ermag |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://core.shyn.org/ |
Unterstützte Sprachen | 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 } |