VisiOS - Tab / Bookmark Manager OS

The Legendary Tab/Bookmark Manager OS

O que é VisiOS - Tab / Bookmark Manager OS?

VisiOS - Tab / Bookmark Manager OS é uma extensão do Chrome desenvolvida por center, e sua principal característica é "The Legendary Tab/Bookmark Manager OS".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VisiOS - Tab / Bookmark Manager OS

Baixe arquivos de extensão VisiOS - Tab / Bookmark Manager OS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome VisiOS - Tab / Bookmark Manager OS VisiOS - Tab / Bookmark Manager OS
ID gjoimbbkllocghfkbjdfjeakcgnkglgd
URL Oficial https://chromewebstore.google.com/detail/visios-tab-bookmark-manag/gjoimbbkllocghfkbjdfjeakcgnkglgd
Descrição The Legendary Tab/Bookmark Manager OS
Tamanho do Arquivo 958 KB
Contagem de Instalações 5,035
Versão Atual 1.1.0
Última Atualização 2023-11-18
Data de Publicação 2023-09-19
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor center
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://beta-japan.com/
Idiomas Suportados 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"
    }
}