Core – Visual Navigator

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

Apa itu Core – Visual Navigator?

Core – Visual Navigator adalah ekstensi Chrome yang dikembangkan oleh Ermag, dan fitur utamanya adalah "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Core – Visual Navigator

Unduh file ekstensi Core – Visual Navigator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
URL Resmi https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Deskripsi Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Ukuran File 64.96 KB
Jumlah Instalasi 24
Versi Saat Ini 0.2
Terakhir Diperbarui 2020-12-16
Tanggal Publikasi 2020-10-09
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Ermag
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://core.shyn.org/
Bahasa yang Didukung 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
}