Cato

Cato - a command launcher for your web browser.

Cato क्या है?

Cato https://cliffordfajardo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cato - a command launcher for your web browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cato एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Cato is command launcher that allows you manage your open tabs, playing videos, bookmarks, downloads, history and so much more. 

Cato does the work of 30+ web browser extensions & is completely free and open source.

Feature List:
- Search Google, Youtube and Gmail (more coming soon)
- Play/Pause videos on webpages
- Search history, bookmarks, open tabs
- Manage your browser shortcuts
- Create new windows & tabs (including incognito)
- Close tabs (single or multiple)
- Copy the current URL
- Shorten Urls
- Calculator
- Detach tabs from their windows
- Disable/Enable/Uninstall Extensions
- Duplicate the current tab
- Copy current URL
- Detach tabs
- Find bookmarks and open them
- Sort open tabs by URL
- Merge all browser windows into one.
- Toggle Bookmark
- Navigated your Pages & Tabs (Forward and back)
- Mute tabs
- Toggle Fullscreen mode
- Reload tabs (single or multiple)


KEYBOARD SHORTCUT
Activate the Extension by using [Command+J] on Mac & [Control+J] on Windows or Linux or assign your own custom command (https://goo.gl/Hv4YHc)                    

एक्सटेंशन की मूल जानकारी

नाम Cato Cato
ID icphdcfpompgbdikholnedfeidemgobg
आधिकारिक URL https://chromewebstore.google.com/detail/cato/icphdcfpompgbdikholnedfeidemgobg
विवरण Cato - a command launcher for your web browser.
फ़ाइल का आकार 390 KB
स्थापना संख्या 675
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2018-10-15
प्रकाशन तिथि 2018-10-14
रेटिंग 4.78/5 कुल 27 रेटिंग्स
डेवलपर https://cliffordfajardo.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cliffordfajardo/cato
सहायता पृष्ठ URL https://github.com/cliffordfajardo/cato
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cato",
    "description": "Cato - a command launcher for your web browser.",
    "homepage_url": "https:\/\/github.com\/cliffordfajardo\/cato",
    "version": "1.1.5",
    "browser_action": {
        "default_icon": "images\/cato-logo.png",
        "default_popup": "popup.html",
        "default_title": "Cato"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/cato-logo16.png",
        "48": "images\/cato-logo48.png",
        "128": "images\/cato-logo128.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "tabs",
        "management",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+J",
                "mac": "Command+J",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    }
}