Switch To New Tab
Sets focus to newly opened tabs.
Switch To New Tab क्या है?
Switch To New Tab Arctic Phoenix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets focus to newly opened tabs."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Switch To New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab. The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL. Please let my know if you have any other issues with this. Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lfpdoeknpnclenhlmblmenpafkbcgdbg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg |
विवरण | Sets focus to newly opened tabs. |
फ़ाइल का आकार | 4.39 KB |
स्थापना संख्या | 9,848 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-06-11 |
प्रकाशन तिथि | 2018-06-11 |
रेटिंग | 4.69/5 कुल 104 रेटिंग्स |
डेवलपर | Arctic Phoenix |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://groups.google.com/group/arctic-phoenix |
सहायता पृष्ठ URL | http://groups.google.com/group/arctic-phoenix |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switch To New Tab", "version": "1.0", "description": "Sets focus to newly opened tabs.", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "tabs.js" ], "persistent": false } } |