Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
Hvad er Note Board Sticky Notes?
Note Board Sticky Notes er en Chrome-udvidelse udviklet af Krishna, og dens hovedfunktion er "Simple and very light weight extension,it remind your works or tasks.".
Udvidelsesskærmbilleder
Download Note Board Sticky Notes-udvidelses-CRX-fil
Download Note Board Sticky Notes-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
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
Grundlæggende oplysninger om udvidelsen
Navn | Note Board Sticky Notes |
ID | aiichcjobjkafoiaapgoleibkogafemj |
Officiel URL | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
Beskrivelse | Simple and very light weight extension,it remind your works or tasks. |
Filstørrelse | 69.72 KB |
Antal Installationer | 332 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-12-10 |
Udgivelsesdato | 2020-12-09 |
Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
Udvikler | Krishna |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.krishnamurthy.me/ |
Understøttede Sprog | 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" } } |