Live On

keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.

Live On क्या है?

Live On theQxQ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left."।

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

screenshot

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

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

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

                        keep you from accidentally closing chrome from closing the last tab. this extension auto adds a pinned tab when you are on you last tab. as soon as you open a new tab, the pinned tab closes.

this extension was made using "keep last two tabs" code. if you don't like the way this extension works or you want some settings that you can set, try "keep last two tabs".

also note that this extensions is unlikely to be updated anymore, but they are open source, so if you really want a feature, you can go ahead and add it. it is also under the mit license, so feel free to fork the code and use it any way you want.

created by Evacle ([email protected]). please comment if you found any glitches or if you have some ideas you want to see in this extension.                    

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

नाम Live On Live On
ID oficfgdfeoknbjfhommlpiekdapmnebh
आधिकारिक URL https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh
विवरण keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
फ़ाइल का आकार 26.5 KB
स्थापना संख्या 40,000
वर्तमान संस्करण 0.3
अंतिम अपडेट 2013-09-07
प्रकाशन तिथि 2013-09-06
रेटिंग 4.58/5 कुल 33 रेटिंग्स
डेवलपर theQxQ
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live On",
    "manifest_version": 2,
    "version": "0.3",
    "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}