VisiOS - Tab / Bookmark Manager OS

The Legendary Tab/Bookmark Manager OS

什么是VisiOS - Tab / Bookmark Manager OS?

VisiOS - Tab / Bookmark Manager OS是由center开发的Chrome扩展程序,该扩展的主要功能是“The Legendary Tab/Bookmark Manager OS”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载VisiOS - Tab / Bookmark Manager OS扩展crx文件

下载VisiOS - Tab / Bookmark Manager OS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🚀 VisiOS offers two main features: 🚀
A tab manager of epic proportions and an OS that legends are made of.


🟢 Main functions of the tab manager:
 ✅  Sort tabs and tab groups
 ✅  Search tab titles and copy tab links
 ✅  Directly restore 404 tabs with Internet Archive
 ✅  YouTube top mode


🟢 Main functions of the OS
 ✅ 20+ languages available
 ✅ 9 desktops (toggle between 2D and 3D modes)
 ✅ Save bookmarks from the tab list, toolbar, and HTML files
 ✅ Generate bookmark HTML files for all browsers
 ✅ Sync, add, and merge bookmarks to your browser
 ✅ Create folders that maintain the hierarchy of all currently open tabs or all bookmarks
 ✅ Password-lock desktops and folders
 ✅ Built-in video player (24 video sites supported, including YouTube and TED)
 ✅ Create video playlists (supports YouTube playlist URLs)
 ✅ Free App Store (download various apps to your OS for free)
 ✅ Draw on desktops, apps, and folders with 2D painting functionality
 ✅ Code editor for developing your own apps on the OS
 ✅ Quicklook like on MacOS
 ✅ Hypersearch (search across all 9 desktops at once)
 ✅ Robo-sort (sort folder hierarchies all at once)
 ✅ Word processor (supports LaTeX for advanced formula editing)
 ✅ Fully customizable fonts and icons
 ✅ Wide range of backup and reset options
 ✅ Add texts and lists anywhere on your desktops and folders
 ✅ Infinite scrolling (desktops behave almost like Google Maps)
 ✅ Warp points (navigate directly to specific coordinates across all desktops)
 ✅ Sidebar OS ←New!!

You can save bookmarks anywhere on the 9 desktops.
It's really easy to import, export, sync, and merge bookmarks.

You can also install various VisiOS apps for free, including games, utilities, language learning apps, cryptocurrency tools, and more.


  <VisiOS Official Tutorials:>
   https://beta-japan.com/tutorials


🚀 Usage Instructions (VisiOS): 🚀

When you first install the extension, click on the extension icon, and then select "Launch VisiOS" in the pop-up menu. (NOTE: Recommended to pin the VisiOS extension)



🚀 How to change your preferred language: 🚀
Right-click anywhere on any desktop and select “Settings” to change your preferred language.                    

扩展基本信息

名称 VisiOS - Tab / Bookmark Manager OS VisiOS - Tab / Bookmark Manager OS
ID gjoimbbkllocghfkbjdfjeakcgnkglgd
官方URL https://chromewebstore.google.com/detail/visios-tab-bookmark-manag/gjoimbbkllocghfkbjdfjeakcgnkglgd
简介 The Legendary Tab/Bookmark Manager OS
文件大小 958 KB
安装次数 5,035
当前版本 1.1.0
更新时间 2023-11-18
上架时间 2023-09-19
评分 5.00/5 共6次评分
开发者 center
电子邮箱 [email protected]
付费类型 free
扩展官网 https://beta-japan.com/
支持的语言 id,de,en,fr,vi,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_n__",
    "default_locale": "en",
    "version": "1.1.0",
    "description": "The Legendary Tab\/Bookmark Manager OS",
    "permissions": [
        "storage",
        "tabs",
        "tabGroups",
        "unlimitedStorage",
        "bookmarks",
        "sessions",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-downloads allow-storage-access-by-user-activation allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'unsafe-hashes'; script-src-elem * 'self' 'unsafe-inline' 'unsafe-eval' 'unsafe-hashes'; worker-src 'self' 'unsafe-inline' 'unsafe-eval' *; frame-src 'self'; media-src 'self' *; object-src 'self' *;"
    },
    "sandbox": {
        "pages": [
            "sandbox.html",
            "sq_editor.html"
        ],
        "web_accessible_resources": [
            {
                "resources": [
                    "*.html",
                    "*.css",
                    "img\/*",
                    "",
                    "http:\/\/*\/*",
                    "https:\/\/*\/*"
                ],
                "matches": [
                    "",
                    "http:\/\/*\/*",
                    "https:\/\/*\/*"
                ]
            }
        ]
    },
    "host_permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.css",
                "img\/*",
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "action": {
        "name": "VisiOS",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}