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 là gì?

Core – Visual Navigator là một tiện ích mở rộng Chrome được phát triển bởi Ermag, và tính năng chính của nó là "Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Core – Visual Navigator

Tải xuống các tệp mở rộng Core – Visual Navigator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Core – Visual Navigator Core – Visual Navigator
ID dipgoohiamjenkboinoiholclfkamlkc
URL Chính Thức https://chromewebstore.google.com/detail/core-%E2%80%93-visual-navigator/dipgoohiamjenkboinoiholclfkamlkc
Mô tả Core is a prototype visual internet navigator. The technology aims to provide nuance and context to your browsing experience.
Kích Thước Tệp 64.96 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-12-16
Ngày Phát Hành 2020-10-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ermag
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://core.shyn.org/
Ngôn Ngữ Được Hỗ Trợ 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
}