Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
Was ist Note Board Sticky Notes?
Note Board Sticky Notes ist eine Chrome-Erweiterung, die von Krishna entwickelt wurde, und ihr Hauptmerkmal ist "Simple and very light weight extension,it remind your works or tasks.".
Erweiterungsscreenshots
Note Board Sticky Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Note Board Sticky Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aiichcjobjkafoiaapgoleibkogafemj |
| Offizielle URL | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
| Beschreibung | Simple and very light weight extension,it remind your works or tasks. |
| Dateigröße | 69.72 KB |
| Installationsanzahl | 332 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-12-10 |
| Veröffentlichungsdatum | 2020-12-09 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | Krishna |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.krishnamurthy.me/ |
| Unterstützte Sprachen | 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"
}
} | |