DevTools Theme: Atom Dark with Green Cursor

A highly customized dark theme for Devtools with a blinking green cursor in the console.

DevTools Theme: Atom Dark with Green Cursor क्या है?

DevTools Theme: Atom Dark with Green Cursor https://justinribeiro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A highly customized dark theme for Devtools with a blinking green cursor in the console."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DevTools Theme: Atom Dark with Green Cursor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is an experimental theme for the Chrome Developer Tools that utilizes DevTools Experiments flag within Chrome.

// INSTALL INSTRUCTIONS
1. Install this theme extension.
2. Open chrome://flags/#enable-devtools-experiments
3. Locate and enable "Enable Developer Tools experiments". 
4. Select "Relaunch Now" at the bottom of the page (WARNING: this will restart Chrome).
5. Open DevTools > Settings
6. Select Experiments tab, and check 'Allow custom UI themes'.
7. Select Preferences Tab, and selected Theme: Dark.
7. Reload DevTools.

// FAQ
> Does it really have a blinking cursor, like an old school terminal?
Indeed it does. See https://www.youtube.com/watch?v=A7dXmUAPtPA for example.

> What is theme based on?
The excellent work of Maurice Cruz' zero-base-themes (https://github.com/mauricecruz/zero-base-themes) and Marvin R' vscode-theme-dark-atom-dark-green-cursor (https://github.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor).

> Where can I contribute?
All the code is licensed MIT on Github: https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/                    

एक्सटेंशन की मूल जानकारी

नाम DevTools Theme: Atom Dark with Green Cursor DevTools Theme: Atom Dark with Green Cursor
ID iocojmginfolhoaalkgabkmilfepnejc
आधिकारिक URL https://chromewebstore.google.com/detail/devtools-theme-atom-dark/iocojmginfolhoaalkgabkmilfepnejc
विवरण A highly customized dark theme for Devtools with a blinking green cursor in the console.
फ़ाइल का आकार 33.4 KB
स्थापना संख्या 477
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-05-25
प्रकाशन तिथि 2018-05-25
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर https://justinribeiro.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor
सहायता पृष्ठ URL https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Theme: Atom Dark with Green Cursor",
    "version": "1.0.0",
    "description": "A highly customized dark theme for Devtools with a blinking green cursor in the console.",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/justinribeiro\/chrome-devtools-theme-atom-dark-green-cursor",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}