Note Board Sticky Notes

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

Wat is Note Board Sticky Notes?

Note Board Sticky Notes is een Chrome-extensie ontwikkeld door Krishna, en de belangrijkste functie is "Simple and very light weight extension,it remind your works or tasks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Note Board Sticky Notes

Download Note Board Sticky 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

                        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                    

Basisinformatie over de Extensie

Naam Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
Officiële URL https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
Beschrijving Simple and very light weight extension,it remind your works or tasks.
Bestandsgrootte 69.72 KB
Aantal Installaties 332
Huidige Versie 1.0
Laatst Bijgewerkt 2020-12-10
Publicatiedatum 2020-12-09
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Krishna
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.krishnamurthy.me/
Ondersteunde Talen 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"
    }
}