VisiOS - Tab / Bookmark Manager OS

The Legendary Tab/Bookmark Manager OS

ما هو VisiOS - Tab / Bookmark Manager OS؟

VisiOS - Tab / Bookmark Manager OS هو إضافة Chrome تم تطويرها بواسطة center، والميزة الرئيسية لها هي "The Legendary Tab/Bookmark Manager OS".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VisiOS - Tab / Bookmark Manager OS

قم بتنزيل ملفات الامتداد VisiOS - Tab / Bookmark Manager OS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        🚀 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"
    }
}