Simple Quick Note

Simple extension for quick notes with a characters' counting feature

Co to jest Simple Quick Note?

Simple Quick Note to rozszerzenie Chrome opracowane przez Roman Grinyov, a jego główną funkcją jest „Simple extension for quick notes with a characters' counting feature”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple Quick Note

Pobierz pliki rozszerzeń Simple Quick Note 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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Simple Quick Note Simple Quick Note
ID jiabjkckgapmaalmfbjdkcbkpiafnfga
Oficjalny URL https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga
Opis Simple extension for quick notes with a characters' counting feature
Rozmiar pliku 118 KB
Liczba instalacji 647
Aktualna Wersja 1.3.12
Ostatnia Aktualizacja 2023-11-20
Data Publikacji 2018-08-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Roman Grinyov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}