Console Importer
Import JavaScript and CSS resources from console, with one command
Console Importer क्या है?
Console Importer Rongjian Zhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import JavaScript and CSS resources from console, with one command"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Console Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A tool for developers to easily import JS and CSS resources from Chrome console Source code: https://github.com/pd4d10/console-importer
एक्सटेंशन की मूल जानकारी
नाम | Console Importer |
ID | hgajpakhafplebkdljleajgbpdmplhie |
आधिकारिक URL | https://chromewebstore.google.com/detail/console-importer/hgajpakhafplebkdljleajgbpdmplhie |
विवरण | Import JavaScript and CSS resources from console, with one command |
फ़ाइल का आकार | 9.55 KB |
स्थापना संख्या | 14,579 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2022-05-04 |
प्रकाशन तिथि | 2017-07-30 |
रेटिंग | 4.71/5 कुल 17 रेटिंग्स |
डेवलपर | Rongjian Zhang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pd4d10/console-importer |
सहायता पृष्ठ URL | https://github.com/pd4d10/console-importer |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.1.0", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/pd4d10\/console-importer", "icons": { "128": "images\/icon.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ " |