Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

Wat is Sticky Notes?

Sticky Notes is een Chrome-extensie ontwikkeld door Divin Divakaran, en de belangrijkste functie is "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sticky Notes

Download Sticky Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ------------------------------- 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                    

Basisinformatie over de Extensie

Naam Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
Officiële URL https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
Beschrijving Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Bestandsgrootte 158 KB
Aantal Installaties 1,000
Huidige Versie 1.0
Laatst Bijgewerkt 2018-12-18
Publicatiedatum 2018-12-18
Beoordeling 2.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Divin Divakaran
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.divindivakaran.com
Ondersteunde Talen 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"
    ]
}