Sticky Notes
Sticky Notes for your Chrome.
Qu'est-ce que Sticky Notes ?
Sticky Notes est une extension Chrome développée par Digi Developers, et sa fonction principale est "Sticky Notes for your Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sticky Notes
Téléchargez les fichiers d'extension Sticky Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sticky Notes for Chrome. Organize all of the work with sticky notes and get things done. • 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 This Extension is brought to you by PaintballFuzz.com
Informations de Base sur l'Extension
Nom | Sticky Notes |
ID | ljmleabfckkeibbkniakljkabcchbfmc |
URL Officiel | https://chromewebstore.google.com/detail/sticky-notes/ljmleabfckkeibbkniakljkabcchbfmc |
Description | Sticky Notes for your Chrome. |
Taille du Fichier | 158 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-01-18 |
Date de Publication | 2022-01-17 |
Développeur | Digi Developers |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://paintballfuzz.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Sticky Notes for your Chrome.", "manifest_version": 2, "name": "Sticky Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |