Sticky Notes

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

Τι είναι το Sticky Notes;

Το Sticky Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Divin Divakaran, και η κύρια λειτουργία του είναι "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sticky Notes

Λήψη αρχείων επέκτασης Sticky Notes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
Επίσημο URL https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
Περιγραφή Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Μέγεθος Αρχείου 158 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-12-18
Ημερομηνία Δημοσίευσης 2018-12-18
Αξιολόγηση 2.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Divin Divakaran
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.divindivakaran.com
Υποστηριζόμενες Γλώσσες 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"
    ]
}