Show CSS Outline Style
Show the outline of all the elements that exist on the page.
Vad är Show CSS Outline Style?
Show CSS Outline Style är en Chrome-tillägg utvecklad av https://blog.mitsuruog.info, och dess huvudfunktion är "Show the outline of all the elements that exist on the page.".
Tilläggsskärmbilder
Ladda ner Show CSS Outline Style-förlängningens CRX-fil
Ladda ner Show CSS Outline Style-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
Show the outline of all the elements that exist on the page.
Grundläggande Information om Tillägg
Namn | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
Officiell webbadress | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
Beskrivning | Show the outline of all the elements that exist on the page. |
Filstorlek | 18.41 KB |
Antal Installationer | 366 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2021-11-26 |
Publiceringsdatum | 2020-06-25 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://blog.mitsuruog.info |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mitsuruog/show-css-outline-style |
Hjälpsida URL | https://github.com/mitsuruog/show-css-outline-style/issues |
Stödda Språk | 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" } |