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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}