Tiny Notes

A tiny app for write quickly

Wat is Tiny Notes?

Tiny Notes is een Chrome-extensie ontwikkeld door KevinPy, en de belangrijkste functie is "A tiny app for write quickly".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tiny Notes

Download Tiny Notes-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 tiny app in a popup for write quickly your notes.                    

Basisinformatie over de Extensie

Naam Tiny Notes Tiny Notes
ID fpdnhficobcdnpddhojihlopljhnmkga
Officiële URL https://chromewebstore.google.com/detail/tiny-notes/fpdnhficobcdnpddhojihlopljhnmkga
Beschrijving A tiny app for write quickly
Bestandsgrootte 25.51 KB
Aantal Installaties 40
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-03-04
Publicatiedatum 2019-03-04
Ontwikkelaar KevinPy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kevinpy.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Notes",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A tiny app for write quickly",
    "icons": {
        "128": "assets\/img\/icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/icons\/icon-128.png"
        },
        "default_popup": "popup.html"
    }
}