Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
Vad är Note Board Sticky Notes?
Note Board Sticky Notes är en Chrome-tillägg utvecklad av Krishna, och dess huvudfunktion är "Simple and very light weight extension,it remind your works or tasks.".
Tilläggsskärmbilder
Ladda ner Note Board Sticky Notes-förlängningens CRX-fil
Ladda ner Note Board Sticky Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Note Board Sticky Notes |
ID | aiichcjobjkafoiaapgoleibkogafemj |
Officiell webbadress | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
Beskrivning | Simple and very light weight extension,it remind your works or tasks. |
Filstorlek | 69.72 KB |
Antal Installationer | 332 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-12-10 |
Publiceringsdatum | 2020-12-09 |
Betyg | 4.50/5 Totalt 4 Betyg |
Utvecklare | Krishna |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.krishnamurthy.me/ |
Stödda Språk | 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" } } |