Core – Visual Navigator

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

Vad är Core – Visual Navigator?

Core – Visual Navigator är en Chrome-tillägg utvecklad av Ermag, och dess huvudfunktion är "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Core – Visual Navigator-förlängningens CRX-fil

Ladda ner Core – Visual Navigator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
Officiell webbadress https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Beskrivning Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Filstorlek 64.96 KB
Antal Installationer 24
Aktuell Version 0.2
Senast Uppdaterad 2020-12-16
Publiceringsdatum 2020-10-09
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Ermag
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://core.shyn.org/
Stödda Språk 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
}