Tiny Notes
A tiny app for write quickly
Vad är Tiny Notes?
Tiny Notes är en Chrome-tillägg utvecklad av KevinPy, och dess huvudfunktion är "A tiny app for write quickly".
Tilläggsskärmbilder
Ladda ner Tiny Notes-förlängningens CRX-fil
Ladda ner Tiny Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        A tiny app in a popup for write quickly your notes.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fpdnhficobcdnpddhojihlopljhnmkga | 
| Officiell webbadress | https://chromewebstore.google.com/detail/tiny-notes/fpdnhficobcdnpddhojihlopljhnmkga | 
| Beskrivning | A tiny app for write quickly | 
| Filstorlek | 25.51 KB | 
| Antal Installationer | 40 | 
| Aktuell Version | 0.0.1 | 
| Senast Uppdaterad | 2019-03-04 | 
| Publiceringsdatum | 2019-03-04 | 
| Utvecklare | KevinPy | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://kevinpy.com | 
| Stödda Språk | 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"
    }
}  |  |