VisiOS - Tab / Bookmark Manager OS

The Legendary Tab/Bookmark Manager OS

Qu'est-ce que VisiOS - Tab / Bookmark Manager OS ?

VisiOS - Tab / Bookmark Manager OS est une extension Chrome développée par center, et sa fonction principale est "The Legendary Tab/Bookmark Manager OS".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VisiOS - Tab / Bookmark Manager OS

Téléchargez les fichiers d'extension VisiOS - Tab / Bookmark Manager OS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🚀 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.                    

Informations de Base sur l'Extension

Nom VisiOS - Tab / Bookmark Manager OS VisiOS - Tab / Bookmark Manager OS
ID gjoimbbkllocghfkbjdfjeakcgnkglgd
URL Officiel https://chromewebstore.google.com/detail/visios-tab-bookmark-manag/gjoimbbkllocghfkbjdfjeakcgnkglgd
Description The Legendary Tab/Bookmark Manager OS
Taille du Fichier 958 KB
Nombre d'Installations 5,035
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-11-18
Date de Publication 2023-09-19
Évaluation 5.00/5 Total 6 Évaluations
Développeur center
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://beta-japan.com/
Langues Prises en Charge 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"
    }
}