Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

Cos'è Note Board Sticky Notes?

Note Board Sticky Notes è un'estensione di Chrome sviluppata da Krishna, e la sua funzione principale è "Simple and very light weight extension,it remind your works or tasks.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Note Board Sticky Notes

Scarica i file di estensione Note Board Sticky Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It is very easy to handle and save your valuable points and remember your tasks on it

Our features:
 - Save Notes...!
 - Right click to add text in popup                    

Informazioni di Base sull'Estensione

Nome Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
URL Ufficiale https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
Descrizione Simple and very light weight extension,it remind your works or tasks.
Dimensione del File 69.72 KB
Conteggio Installazioni 332
Versione Corrente 1.0
Ultimo Aggiornamento 2020-12-10
Data di Pubblicazione 2020-12-09
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Krishna
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.krishnamurthy.me/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note Board Sticky Notes",
    "version": "1.0",
    "description": "Simple and very light weight extension,it remind your works or tasks.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Click Me Here",
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "\/scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}