Like Tabs

Like Tabs!

Like Tabs क्या है?

Like Tabs Naveen Jammula द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Like Tabs!"।

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

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

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

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

                        Like Tabs chrome extension improves productivity by managing Multiple tabs, which has same Domain URL with the respective Current Active Tab. Like Tabs features below menu options and functionalities.
Close All : Closes all the tabs which has same domain URL as your current active tab.
Close Other: Closes all other tabs which has same domain URL except your current active tab.
Reload All: Reloads all the tabs which has same domain URL as your current active tab.
Reload Other: Reloads all other tabs which has same domain URL except your current active tab.
Mute ALL:  Mute all the tabs which has same domain URL as your current active tab.
Mute Other: Mute all other tabs which has same domain URL except your current active tab.
Un Mute ALL: UnMute all the tabs which has same domain URL as your current active tab.
Un Mute Other: UnMute all other tabs which has same domain URL except your current active tab.                    

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

नाम Like Tabs Like Tabs
ID chepkmbidkinlnkombcjknnagppoljic
आधिकारिक URL https://chromewebstore.google.com/detail/like-tabs/chepkmbidkinlnkombcjknnagppoljic
विवरण Like Tabs!
फ़ाइल का आकार 25.58 KB
स्थापना संख्या 14
वर्तमान संस्करण 3.0
अंतिम अपडेट 2023-09-04
प्रकाशन तिथि 2019-06-18
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Naveen Jammula
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Like Tabs",
    "version": "3.0",
    "description": "Like Tabs!",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "constants.js",
            "global.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/LikeTabsLogo.png",
            "32": "images\/LikeTabsLogo.png",
            "48": "images\/LikeTabsLogo.png"
        },
        "default_title": "Like Tabs",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/LikeTabsLogo.png",
        "32": "images\/LikeTabsLogo.png",
        "48": "images\/LikeTabsLogo.png",
        "128": "images\/LikeTabsLogo.png"
    },
    "manifest_version": 2
}