Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Tabs Navigator क्या है?
Tabs Navigator anjali.tulsyan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides list of all tabs and easy navigaiton within tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong). From that interface, it provides quick or one-click navigation among tabs though belonging to different to window. Along with that individual tab and individual window features.
एक्सटेंशन की मूल जानकारी
नाम | Tabs Navigator |
ID | knocogeijdfjgppaloipnpchgalcmphe |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
विवरण | This extension provides list of all tabs and easy navigaiton within tabs. |
फ़ाइल का आकार | 63.29 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2017-09-21 |
प्रकाशन तिथि | 2017-09-21 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | anjali.tulsyan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Navigator", "short_name": "Tabs Nav", "description": "This extension provides list of all tabs and easy navigaiton within tabs.", "version": "2.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |