LocatorJS
LocatorJS Chrome Extension - option-click to code (ReactJS)
Hvad er LocatorJS?
LocatorJS er en Chrome-udvidelse udviklet af https://locatorjs.com, og dens hovedfunktion er "LocatorJS Chrome Extension - option-click to code (ReactJS)".
Udvidelsesskærmbilleder
Download LocatorJS-udvidelses-CRX-fil
Download LocatorJS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Click on any component in the browser to open its code in your IDE. Supports React, Preact and SolidJS components. Select your IDE, and then use option-click or alt-click on any website with supported components. ReactJS works in most localhost environments out-of-the-box. Preact, SolidJS and some ReactJS stacks require installation of babel plugin, more info on www.locatorjs.com Extension is completely open-source and available on https://github.com/infi-pc/locatorjs
Grundlæggende oplysninger om udvidelsen
Navn | LocatorJS |
ID | npbfdllefekhdplbkdigpncggmojpefi |
Officiel URL | https://chromewebstore.google.com/detail/locatorjs/npbfdllefekhdplbkdigpncggmojpefi |
Beskrivelse | LocatorJS Chrome Extension - option-click to code (ReactJS) |
Filstørrelse | 188 KB |
Antal Installationer | 28,491 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2023-11-20 |
Udgivelsesdato | 2022-05-07 |
Bedømmelse | 4.27/5 Samlet 49 Bedømmelser |
Udvikler | https://locatorjs.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "LocatorJS Chrome Extension - option-click to code (ReactJS)", "version": "1.3.1", "manifest_version": 3, "name": "LocatorJS", "icons": { "128": "icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "content_scripts": [ { "matches": [ " |