Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

Keeping Tabs क्या है?

Keeping Tabs Ryan Slocum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension aiming to simplify the surplus of tabs in one's browser"।

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

screenshot

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

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

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

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

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

नाम Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
आधिकारिक URL https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
विवरण A chrome extension aiming to simplify the surplus of tabs in one's browser
फ़ाइल का आकार 10.73 KB
स्थापना संख्या 160
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2020-09-29
प्रकाशन तिथि 2020-05-09
डेवलपर Ryan Slocum
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}