StackTab
Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
StackTab क्या है?
StackTab https://stacktab.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StackTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
StackTab is a 'new tab' chrome extension designed to increase the productivity of developers by ensuring access to websites, tools, resources, and time-saving shortcuts. It includes a command line terminal featuring bookmarks, tab management, custom actions, and Easter Eggs! Don't forget to use Cowsay :) GET IN TOUCH Email us at [email protected] we would love to hear your suggestions and comments.
एक्सटेंशन की मूल जानकारी
नाम | StackTab |
ID | pfchohchkhkhojmbdcdmnpdmadoohnbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo |
विवरण | Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs! |
फ़ाइल का आकार | 149 KB |
स्थापना संख्या | 598 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2022-05-23 |
प्रकाशन तिथि | 2019-12-29 |
रेटिंग | 4.64/5 कुल 14 रेटिंग्स |
डेवलपर | https://stacktab.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://stacktab.io |
गोपनीयता नीति पृष्ठ URL | https://stacktab.io/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StackTab", "short_name": "StackTab", "version": "2.1.1", "description": "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!", "permissions": [ "storage", "tabs", "topSites", "history", "bookmarks" ], "icons": { "16": "images\/stacktabicon16.png", "32": "images\/stacktabicon32.png", "48": "images\/stacktabicon48.png", "128": "images\/stacktabicon128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 3 } |