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
}