oTab - Tab Organizer

A better way to organize your browser tabs

What is oTab - Tab Organizer?

oTab - Tab Organizer is a Chrome extension developed by kholid060, and its main feature is "A better way to organize your browser tabs".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download oTab - Tab Organizer Extension CRX File

Download oTab - Tab Organizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        oTab is a modern bookmark that gonna help you to organize your browser tabs by boards and columns. 
When you want to add new tab you can just dragging and dropping it into your columns or save your session in just one click.And also you can use labels to organize your columns.

FEATURES
★ Add your favorite website by dragging it into a column
★ Save your session in just one click
★ Auto backup your data by logging into your account
★ Organize your columns using label                    

Extension Basic Information

Name oTab - Tab Organizer oTab - Tab Organizer
ID hpdfakengmhknkiajloheeklpjndnhbe
Official URL https://chromewebstore.google.com/detail/otab-tab-organizer/hpdfakengmhknkiajloheeklpjndnhbe
Description A better way to organize your browser tabs
File Size 1011 KB
Installation Count 42
Current Version 1.5.3
Last Updated 2020-04-10
Publish Date 2020-04-08
Rating 3.50/5 Total 2 Ratings
Developer kholid060
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "oTab - Tab Organizer",
    "description": "A better way to organize your browser tabs",
    "version": "1.5.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "oTab - BrowserExtension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "unlimitedStorage"
    ]
}