Open Tabs
When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Open Tabs क्या है?
Open Tabs opentabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
एक्सटेंशन की मूल जानकारी
नाम | Open Tabs |
ID | anffifgedjhloingebbhadnfengmbapm |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
विवरण | When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. |
फ़ाइल का आकार | 71.36 KB |
स्थापना संख्या | 109 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2014-08-23 |
प्रकाशन तिथि | 2014-08-23 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | opentabs |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/myopentabs |
सहायता पृष्ठ URL | https://twitter.com/myopentabs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Tabs", "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.", "version": "0.1.4", "incognito": "split", "icons": { "48": "opentabsfavicon48.ico", "128": "opentabsfavicon.ico" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "opentabs.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |