Developer's Codebox

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

Developer's Codeboxคืออะไร?

Developer's Codebox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phenomcraftstudios.com และคุณลักษณะหลักของมันคือ "Keep your most used code snippets organized and handy in Developer's Codebox"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Developer's Codebox

ดาวน์โหลดไฟล์ส่วนขยาย Developer's Codebox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}