Search in background tab
Opens the "Search google for" search in a background tab.
Search in background tab क्या है?
Search in background tab Pitmairen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens the "Search google for" search in a background tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search in background tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground. It should now work for latest versions of Chrome. ### Important ### If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7. You find the options page at this url: chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html ############ Changelog: 0.0.7: - Update to manifest version 3 - Fix to make the extension work with the latest version of Chrome. 0.0.6: -Update to manifest version 2 -Small change to default regexp 0.0.5: -fix gcx for parameter
एक्सटेंशन की मूल जानकारी
नाम | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
विवरण | Opens the "Search google for" search in a background tab. |
फ़ाइल का आकार | 10.44 KB |
स्थापना संख्या | 674 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2023-12-24 |
प्रकाशन तिथि | 2013-03-03 |
रेटिंग | 4.11/5 कुल 64 रेटिंग्स |
डेवलपर | Pitmairen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Pitmairen/search-in-background-tab |
सहायता पृष्ठ URL | https://github.com/Pitmairen/search-in-background-tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search in background tab", "version": "0.0.7", "manifest_version": 3, "description": "Opens the \"Search google for\" search in a background tab.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "options_page": "options.html" } |