Sticky Notes
Sticky Notes for your Chrome.
Vad är Sticky Notes?
Sticky Notes är en Chrome-tillägg utvecklad av Digi Developers, och dess huvudfunktion är "Sticky Notes for your Chrome.".
Tilläggsskärmbilder
Ladda ner Sticky Notes-förlängningens CRX-fil
Ladda ner 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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ljmleabfckkeibbkniakljkabcchbfmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/sticky-notes/ljmleabfckkeibbkniakljkabcchbfmc |
| Beskrivning | Sticky Notes for your Chrome. |
| Filstorlek | 158 KB |
| Antal Installationer | 31 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-01-18 |
| Publiceringsdatum | 2022-01-17 |
| Utvecklare | Digi Developers |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://paintballfuzz.com/ |
| Stödda Språk | 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"
} | |