ChromeBot

Slash commands for Google Chrome. Supercharge your browsing experience

ChromeBot क्या है?

ChromeBot Tanay Kothari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Slash commands for Google Chrome. Supercharge your browsing experience"।

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

screenshot

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

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

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

                        Type /   to get started!

NOTE: We are actively building features! Have a dream feature you want? Shoot us a message and we'll let you know when it's added. 

Slash away <3

QUICK USAGE:
'/ extract github' extracts all github tabs to a new window. Shorthand: / e github

'/ squeeze' brings all tabs to your current window. Shorthand: / s

'/ ban youtube 120' bans youtube for 120 minutes. Shorthand: / b youtube

'/ merge featherx' merges all featherx tabs to the right of your window. Shorthand: / m featherx

'/ close reddit' closes all reddit tabs. Shorthand: / c reddit

'/ activate gmail' switches to gmail tab. Shorthand: / a gmail                    

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

नाम ChromeBot ChromeBot
ID ejdaeiahdnabjhceoobekpekohcileep
आधिकारिक URL https://chromewebstore.google.com/detail/chromebot/ejdaeiahdnabjhceoobekpekohcileep
विवरण Slash commands for Google Chrome. Supercharge your browsing experience
फ़ाइल का आकार 78.61 KB
स्थापना संख्या 545
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-04-28
प्रकाशन तिथि 2019-08-12
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Tanay Kothari
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Tanay1998/ChromeBot
सहायता पृष्ठ URL https://github.com/Tanay1998/ChromeBot
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeBot",
    "version": "1.2",
    "description": "Slash commands for Google Chrome. Supercharge your browsing experience",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "\/"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "Chrome Bot"
    },
    "manifest_version": 2
}