Vertical Tabs Popup
Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can…
Vertical Tabs Popup क्या है?
Vertical Tabs Popup frankmannen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vertical Tabs Popup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can preferably be place to the side of the main google chrome window. Similar to Vertical Tabs for Firefox. The position and size of the popup with tabs should be remembered after you set it the first time. Revisions: 2014-05-13 version 0.14 - Fixed bug for html-characters in tab title. 2013-07-26 version 0.12 - Removed time-based auto-refresh on the tabs since chrome updated it's API to support update event when favicon has been loaded - Added support for multiple windows. The tabs popup will use the currently active window.
एक्सटेंशन की मूल जानकारी
नाम | Vertical Tabs Popup |
ID | cajhlgkpfinedhdkhecjkkcjgdjnkijf |
आधिकारिक URL | https://chromewebstore.google.com/detail/vertical-tabs-popup/cajhlgkpfinedhdkhecjkkcjgdjnkijf |
विवरण | Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can… |
फ़ाइल का आकार | 87.65 KB |
स्थापना संख्या | 205 |
वर्तमान संस्करण | 0.14 |
अंतिम अपडेट | 2014-05-13 |
प्रकाशन तिथि | 2014-05-13 |
रेटिंग | 1.50/5 कुल 10 रेटिंग्स |
डेवलपर | frankmannen |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vertical Tabs Popup", "description": "", "version": "0.14", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_popup": "browser_action.html" }, "permissions": [ "tabs", "bookmarks", " |