Core – Visual Navigator
Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
What is Core – Visual Navigator?
Core – Visual Navigator is a Chrome extension developed by Ermag, and its main feature is "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".
Extension Screenshots
Download Core – Visual Navigator Extension CRX File
Download Core – Visual Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Core – Visual Navigator |
ID | dipgoohiamjenkboinoiholclfkamlkc |
Official URL | 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. |
File Size | 64.96 KB |
Installation Count | 24 |
Current Version | 0.2 |
Last Updated | 2020-12-16 |
Publish Date | 2020-10-09 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Ermag |
[email protected] | |
Payment Type | free |
Extension Website | https://core.shyn.org/ |
Supported Languages | 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 } |