Open link in foreground tab
Adds a context menu to open a link in a new foreground tab.
Open link in foreground tab क्या है?
Open link in foreground tab http://mohamedmansour.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a context menu to open a link in a new foreground tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open link in foreground tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a context menu that allows you to open a link in a new foreground tab. FOLLOW ME ON +: https://plus.google.com/116805285176805120365/about SOURCE CODE: http://goo.gl/Seob (GitHub) As a feature bonus, when you close a foreground tab, instead of picking a random tab to close, it closes the tab that opened the foreground. This imitates the same functionality of 'Open new tab'. Keyboard Shortcut: Ctrl + Shift +Donations --------------------------- - Many people have asked me for donations, but I rather code for fun and releasing extensions that the users want. Everything I do is OpenSource and I hope the source that I Open Source will intrigue others to Software Development. - I decided to place a PayPal donation link here, so if you would like to donate to support my Open Source development, you can visit the PayPal donations link here http://goo.gl/Mr2vX - With the money I receive I will be donating to many charities.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ofbafcaeafjchlcknlmcgaijglnkdnja |
आधिकारिक URL | https://chrome.google.com/webstore/detail/open-link-in-foreground-t/ofbafcaeafjchlcknlmcgaijglnkdnja |
विवरण | Adds a context menu to open a link in a new foreground tab. |
फ़ाइल का आकार | 13.32 KB |
स्थापना संख्या | 762 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2018-07-02 |
प्रकाशन तिथि | 2018-07-02 |
रेटिंग | 4.03/5 कुल 40 रेटिंग्स |
डेवलपर | http://mohamedmansour.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/mohamedmansour/open-link-in-a-foreground-tab-extension |
सहायता पृष्ठ URL | http://groups.google.com/group/mohamedmansour-extensions |
गोपनीयता नीति पृष्ठ URL | https://mohamedmansour.com/extensions/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in foreground tab", "version": "1.1.0", "manifest_version": 2, "description": "Adds a context menu to open a link in a new foreground tab.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |