Core – Visual Navigator

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

Τι είναι το Core – Visual Navigator;

Το Core – Visual Navigator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ermag, και η κύρια λειτουργία του είναι "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Core – Visual Navigator

Λήψη αρχείων επέκτασης Core – Visual Navigator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
Επίσημο URL https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Περιγραφή Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Μέγεθος Αρχείου 64.96 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2020-12-16
Ημερομηνία Δημοσίευσης 2020-10-09
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Ermag
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://core.shyn.org/
Υποστηριζόμενες Γλώσσες 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
}