Last Tab Keepalive
Creates a new tab when the last tab is closed.
Last Tab Keepalive क्या है?
Last Tab Keepalive linshunghuang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a new tab when the last tab is closed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Last Tab Keepalive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
** This extension REQUIRES running as a "background app" when Google Chrome is closed ** Features: • Creates a new tab when the last tab is closed • Does not access any website data • Frees memory when inactive Updates: • [9/2/13] Fix bugs • [9/4/13] Added Options page to set default window size
एक्सटेंशन की मूल जानकारी
नाम | Last Tab Keepalive |
ID | pekhngokoehglkdkciedpimjddpbkcod |
आधिकारिक URL | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
विवरण | Creates a new tab when the last tab is closed. |
फ़ाइल का आकार | 8.49 KB |
स्थापना संख्या | 1,493 |
वर्तमान संस्करण | 1.3.7 |
अंतिम अपडेट | 2013-12-26 |
प्रकाशन तिथि | 2013-12-26 |
रेटिंग | 2.88/5 कुल 67 रेटिंग्स |
डेवलपर | linshunghuang |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.7", "name": "Last Tab Keepalive", "description": "Creates a new tab when the last tab is closed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "background" ] } |