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はErmagによって開発されたChromeの拡張機能で、その主な機能は「Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Core – Visual Navigator拡張機能のCRXファイルをダウンロード

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
Eメール [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
}