Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
Tablight क्या है?
Tablight https://fouad.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tablight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mac Spotlight search for Chrome tabs. Press Cmd/Ctrl + O to open the search bar on any page. If you need to open a file in chrome, you can still create a new tab and use the hotkey's default action. If you have any problems, post an issue here https://github.com/fouad/chrome-tablight/issues
एक्सटेंशन की मूल जानकारी
नाम | Tablight |
ID | clenlcdnkhcmilhodbibgldkmldgpboi |
आधिकारिक URL | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
विवरण | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
फ़ाइल का आकार | 15.12 KB |
स्थापना संख्या | 886 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2015-01-21 |
प्रकाशन तिथि | 2015-01-21 |
रेटिंग | 2.11/5 कुल 38 रेटिंग्स |
डेवलपर | https://fouad.co |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://fouad.co/tablight/ |
सहायता पृष्ठ URL | https://github.com/fouad/chrome-tablight/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "open-search": { "description": "open search", "global": false, "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "activeTab" ] } |