Developer's Codebox

Keep your most used code snippets organized and handy in Developer's Codebox

Developer's Codebox क्या है?

Developer's Codebox https://phenomcraftstudios.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your most used code snippets organized and handy in Developer's Codebox"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Developer's Codebox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Piece of code using more often, saw some cool copy or quote on any site, a note to save for later or just want to draft million dollar idea that came in your mind? with Developer's Codebox chrome extension, You can easily save the things, keep them organize and have them handy on your mouse click when you need them next time. 

You can use this extension for taking notes, for drafting cool idea or for adding code snippets you want to use next time.

Features:
• Save code snippets, notes, ideas etc..
• Works Offline
• Free

Please give me feedback if you like it or have ideas to improve this extension.                    

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

नाम Developer's Codebox Developer's Codebox
ID dpmgkmhejfmekgcnpofhdnnjdfekmmhc
आधिकारिक URL https://chromewebstore.google.com/detail/developers-codebox/dpmgkmhejfmekgcnpofhdnnjdfekmmhc
विवरण Keep your most used code snippets organized and handy in Developer's Codebox
फ़ाइल का आकार 57.03 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-05-17
प्रकाशन तिथि 2020-05-17
डेवलपर https://phenomcraftstudios.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Developer's Codebox",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Keep your most used code snippets organized and handy in Developer's Codebox",
    "homepage_url": "https:\/\/phenomcraftstudios.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Developer's Codebox",
        "default_popup": "developers-codebox.html"
    }
}