CodePad

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

Qu'est-ce que CodePad ?

CodePad est une extension Chrome développée par webnirmanam, et sa fonction principale est "A whole new way to use your Chrome Tab. Open a new tab to take notes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CodePad

Téléchargez les fichiers d'extension CodePad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
URL Officiel https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
Description A whole new way to use your Chrome Tab. Open a new tab to take notes.
Taille du Fichier 159 KB
Nombre d'Installations 169
Version Actuelle 1.1
Dernière Mise à Jour 2018-10-24
Date de Publication 2018-10-23
Évaluation 5.00/5 Total 5 Évaluations
Développeur webnirmanam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webnirmanam.com
Langues Prises en Charge 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"
    ]
}