Simple Quick Note

Simple extension for quick notes with a characters' counting feature

Hvad er Simple Quick Note?

Simple Quick Note er en Chrome-udvidelse udviklet af Roman Grinyov, og dens hovedfunktion er "Simple extension for quick notes with a characters' counting feature".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Simple Quick Note-udvidelses-CRX-fil

Download Simple Quick Note-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension is intended for quick notes that will be stored and synchronized in all your desktop devices

Source code: https://goo.gl/hoYFHG                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Quick Note Simple Quick Note
ID jiabjkckgapmaalmfbjdkcbkpiafnfga
Officiel URL https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga
Beskrivelse Simple extension for quick notes with a characters' counting feature
Filstørrelse 118 KB
Antal Installationer 647
Nuværende Version 1.3.12
Senest Opdateret 2023-11-20
Udgivelsesdato 2018-08-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Roman Grinyov
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Quick Note",
    "description": "Simple extension for quick notes with a characters' counting feature",
    "version": "1.3.12",
    "icons": {
        "16": "img\/icons\/action-edit\/16x16.png",
        "48": "img\/icons\/action-edit\/48x48.png",
        "128": "img\/icons\/action-edit\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/action-edit\/16x16.png",
            "48": "img\/icons\/action-edit\/48x48.png",
            "128": "img\/icons\/action-edit\/128x128.png"
        },
        "default_title": "Simple Quick Note",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/events.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}