CodePad

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

Co to jest CodePad?

CodePad to rozszerzenie Chrome opracowane przez webnirmanam, a jego główną funkcją jest „A whole new way to use your Chrome Tab. Open a new tab to take notes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CodePad

Pobierz pliki rozszerzeń CodePad w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
Oficjalny URL https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
Opis A whole new way to use your Chrome Tab. Open a new tab to take notes.
Rozmiar pliku 159 KB
Liczba instalacji 169
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-10-24
Data Publikacji 2018-10-23
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper webnirmanam
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://webnirmanam.com
Obsługiwane Języki 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"
    ]
}