CodePad

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

Wat is CodePad?

CodePad is een Chrome-extensie ontwikkeld door webnirmanam, en de belangrijkste functie is "A whole new way to use your Chrome Tab. Open a new tab to take notes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CodePad

Download CodePad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
Officiële URL https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
Beschrijving A whole new way to use your Chrome Tab. Open a new tab to take notes.
Bestandsgrootte 159 KB
Aantal Installaties 169
Huidige Versie 1.1
Laatst Bijgewerkt 2018-10-24
Publicatiedatum 2018-10-23
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar webnirmanam
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://webnirmanam.com
Ondersteunde Talen 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"
    ]
}