Show CSS Outline Style
Show the outline of all the elements that exist on the page.
Hvad er Show CSS Outline Style?
Show CSS Outline Style er en Chrome-udvidelse udviklet af https://blog.mitsuruog.info, og dens hovedfunktion er "Show the outline of all the elements that exist on the page.".
Udvidelsesskærmbilleder
Download Show CSS Outline Style-udvidelses-CRX-fil
Download Show CSS Outline Style-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
Show the outline of all the elements that exist on the page.
Grundlæggende oplysninger om udvidelsen
Navn | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
Officiel URL | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
Beskrivelse | Show the outline of all the elements that exist on the page. |
Filstørrelse | 18.41 KB |
Antal Installationer | 366 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2021-11-26 |
Udgivelsesdato | 2020-06-25 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://blog.mitsuruog.info |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mitsuruog/show-css-outline-style |
Hjælpeside-URL | https://github.com/mitsuruog/show-css-outline-style/issues |
Understøttede Sprog | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/Icon-16.png", "128": "assets\/icons\/Icon-128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "default_locale": "ja" } |