DevTools Author
A selection of author settings for Chrome Developer Tools.
Co to jest DevTools Author?
DevTools Author to rozszerzenie Chrome opracowane przez Mike King, a jego główną funkcją jest „A selection of author settings for Chrome Developer Tools.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DevTools Author
Pobierz pliki rozszerzeń DevTools Author w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If you use DevTools as part of your
frontend development environment,
DevTools Author provides a small set of
options to enhance your authoring experience.
• Choose from +25 editor themes
• Custom font support
• Control font size (10px - 22px)
/* -------------------------------------------------------------
Installation
----------------------------------------------------------- */
• Add extension
• Enable Developer Tools experiments in chrome://flags/#enable-devtools-experiments. Restart Chrome for flags to take effect.
• Open DevTools (cmd + opt + I); Settings > Experiments > check Allow custom UI themes
• Reload DevTools. Theme selection, font-size, and font-family are configurable in the 'Author Settings' DevTools tab Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | egfhcfdfnajldliefpdoaojgahefjhhi |
| Oficjalny URL | https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi |
| Opis | A selection of author settings for Chrome Developer Tools. |
| Rozmiar pliku | 377 KB |
| Liczba instalacji | 8,772 |
| Aktualna Wersja | 0.6.6 |
| Ostatnia Aktualizacja | 2016-03-30 |
| Data Publikacji | 2016-03-29 |
| Ocena | 3.92/5 Łącznie 117 Oceny |
| Deweloper | Mike King |
| Typ Płatności | free |
| Strona Rozszerzenia | http://mikeking.io/devtools-author/ |
| Adres URL Strony Pomocy | https://github.com/micjamking/devtools-author/issues/new |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTools Author",
"description": "A selection of author settings for Chrome Developer Tools.",
"permissions": [
"storage"
],
"devtools_page": "devtools.html",
"manifest_version": 2,
"version": "0.6.6",
"icons": {
"128": "dist\/images\/icon_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |