CodePad

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

Apa itu CodePad?

CodePad adalah ekstensi Chrome yang dikembangkan oleh webnirmanam, dan fitur utamanya adalah "A whole new way to use your Chrome Tab. Open a new tab to take notes.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CodePad

Unduh file ekstensi CodePad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
URL Resmi https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
Deskripsi A whole new way to use your Chrome Tab. Open a new tab to take notes.
Ukuran File 159 KB
Jumlah Instalasi 169
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-10-24
Tanggal Publikasi 2018-10-23
Penilaian 5.00/5 Total 5 Penilaian
Pengembang webnirmanam
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webnirmanam.com
Bahasa yang Didukung 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"
    ]
}