Console Importer
Import JavaScript and CSS resources from console, with one command
Vad är Console Importer?
Console Importer är en Chrome-tillägg utvecklad av Rongjian Zhang, och dess huvudfunktion är "Import JavaScript and CSS resources from console, with one command".
Tilläggsskärmbilder
Ladda ner Console Importer-förlängningens CRX-fil
Ladda ner Console Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A tool for developers to easily import JS and CSS resources from Chrome console Source code: https://github.com/pd4d10/console-importer
Grundläggande Information om Tillägg
Namn | Console Importer |
ID | hgajpakhafplebkdljleajgbpdmplhie |
Officiell webbadress | https://chromewebstore.google.com/detail/console-importer/hgajpakhafplebkdljleajgbpdmplhie |
Beskrivning | Import JavaScript and CSS resources from console, with one command |
Filstorlek | 9.55 KB |
Antal Installationer | 14,579 |
Aktuell Version | 2.1.0 |
Senast Uppdaterad | 2022-05-04 |
Publiceringsdatum | 2017-07-30 |
Betyg | 4.71/5 Totalt 17 Betyg |
Utvecklare | Rongjian Zhang |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/pd4d10/console-importer |
Hjälpsida URL | https://github.com/pd4d10/console-importer |
Stödda Språk | 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": [ " |