IR_Black & Base16 DevTools Theme

Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.

Vad är IR_Black & Base16 DevTools Theme?

IR_Black & Base16 DevTools Theme är en Chrome-tillägg utvecklad av http://ultrabenosaurus.ninja, och dess huvudfunktion är "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.".

Tilläggsskärmbilder

screenshot

Ladda ner IR_Black & Base16 DevTools Theme-förlängningens CRX-fil

Ladda ner IR_Black & Base16 DevTools Theme-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

                        Once upon a time, developers could customise Chrome's Dev Tools by simply editing a CSS file on their machine. Then appeared an automatic update which removed this lovely little feature, forever plunging those gallant codemonkeys into despair.

But no more! I present to you a port of bentruyman's IR_Black theme for the Elements and Console tabs, as well as codemirror's Base16 Dark theme for the Sources tab.

Don't like those two themes? No problem! Just click the website link below and clone the repo for this plugin from GitHub and follow the Install and Customise instructions in the README file.

Want to check out other stuff by myself, bentruyman and/or codemirror? Click the website link below for links to them and the sources of theirs that I used.

repo: https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme                    

Grundläggande Information om Tillägg

Namn IR_Black & Base16 DevTools Theme IR_Black & Base16 DevTools Theme
ID ocgjhemmdfeacaddbpdanlkopoefobif
Officiell webbadress https://chrome.google.com/webstore/detail/irblack-base16-devtools-t/ocgjhemmdfeacaddbpdanlkopoefobif
Beskrivning Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.
Filstorlek 273 KB
Antal Installationer 61
Aktuell Version 1.0.2
Senast Uppdaterad 2015-02-06
Publiceringsdatum 2015-02-06
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://ultrabenosaurus.ninja
Betalningssätt free
Tilläggswebbplats https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme
Hjälpsida URL https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme/issues
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IR_Black & Base16 DevTools Theme",
    "short_name": "Dark DevTools",
    "description": "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.",
    "version": "1.0.2",
    "devtools_page": "src\/devtools.html",
    "manifest_version": 2,
    "author": "Ultrabenosaurus",
    "homepage_url": "https:\/\/github.com\/Ultrabenosaurus\/IR_Black-DevToolsTheme",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "img\/webstore-icon.png"
    }
}