CodePad

A whole new way to use your Chrome Tab. Open a new tab to take notes.

CodePadคืออะไร?

CodePad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webnirmanam และคุณลักษณะหลักของมันคือ "A whole new way to use your Chrome Tab. Open a new tab to take notes."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodePad

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

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

                        A whole new way to use your Chrome Tab. Open a new tab to take notes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
คำอธิบาย A whole new way to use your Chrome Tab. Open a new tab to take notes.
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-10-24
วันที่เผยแพร่ 2018-10-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา webnirmanam
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webnirmanam.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodePad",
    "short_name": "Pad",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.",
    "icons": {
        "18": "img\/icon\/icon18.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "fontSettings"
    ]
}