Sticky Notes
Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Was ist Sticky Notes?
Sticky Notes ist eine Chrome-Erweiterung, die von Divin Divakaran entwickelt wurde, und ihr Hauptmerkmal ist "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".
Erweiterungsscreenshots
Sticky Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
------------------------------- FEATURES ---------------------------------------- - You'll see the notes every time you open a new tab in chrome. - Unlimited number of notes can be added. - Customise the background colour of the page and also the colour of the notes. - The size of the note can be easily updated and can be dragged to any desired location. - The notes will stay in the exact position even after you exit and reopen. - The application is lightweight and very fast - A google search is also included with this application
Grundlegende Informationen zur Erweiterung
Name | |
ID | afdjehcoobjeopcnfdjncgjibchcomlg |
Offizielle URL | https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg |
Beschreibung | Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done. |
Dateigröße | 158 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-12-18 |
Veröffentlichungsdatum | 2018-12-18 |
Bewertung | 2.67/5 Insgesamt 6 Bewertungen |
Entwickler | Divin Divakaran |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.divindivakaran.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes", "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus" ] } |