Open In Firefox
Open current tabs, links, pages (or all of them) in firefox
Open In Firefox क्या है?
Open In Firefox Bnk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open current tabs, links, pages (or all of them) in firefox"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In Firefox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* Open a tab or all tabs in Firefox * Open selection/link/pic/video/audio etc. * Keyboard shortcuts Windows: 1. Just install the host program (no need to install python). https://openinfirefox.wixsite.com/openinfirefox 2. Open options menu and make sure your the Firefox path is correct. OSX / Linux: 1. Install Python 2.7 - https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi 2. Download and run the install host script (Go to the add on page). 3. Open options menu and make sure your the Firefox path is correct.
एक्सटेंशन की मूल जानकारी
नाम | Open In Firefox |
ID | jmjejjdalfogiopknpabihjhplfkjjjk |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-firefox/jmjejjdalfogiopknpabihjhplfkjjjk |
विवरण | Open current tabs, links, pages (or all of them) in firefox |
फ़ाइल का आकार | 160 KB |
स्थापना संख्या | 29,020 |
वर्तमान संस्करण | 3.1.2 |
अंतिम अपडेट | 2023-12-21 |
प्रकाशन तिथि | 2017-04-22 |
रेटिंग | 2.71/5 कुल 200 रेटिंग्स |
डेवलपर | Bnk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://openinfirefox.wix.com/openinfirefox |
सहायता पृष्ठ URL | https://openinfirefox.wixsite.com/openinfirefox |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEz3PzdamntuP8WPAFpdYY8iNB3y1CvC7DcV19Zf\/aQMLLqDrv5\/LjE6Kk05snj\/aPWb3Dm\/eObJOhKfLGoFdBNfbFKaEC\/lJG+j2p7Xtq2\/7+KPvCugS18YcSBr3cePggLoUF3DGqsH1SUQzHyN\/ZipcPQypXVVydVdUwywzOzwIDAQAB", "name": "Open In Firefox", "version": "3.1.2", "manifest_version": 3, "description": "Open current tabs, links, pages (or all of them) in firefox", "short_name": "Open In Firefox", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "Click to open in Firefox" }, "content_scripts": [ { "js": [ "hotkey.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "nativeMessaging", "storage" ] } |