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.”。
扩展截图
下载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 |
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 } |