Sticky Notes

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

Apa itu Sticky Notes?

Sticky Notes adalah ekstensi Chrome yang dikembangkan oleh Divin Divakaran, dan fitur utamanya adalah "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sticky Notes

Unduh file ekstensi Sticky Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
URL Resmi https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
Deskripsi Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Ukuran File 158 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-12-18
Tanggal Publikasi 2018-12-18
Penilaian 2.67/5 Total 6 Penilaian
Pengembang Divin Divakaran
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.divindivakaran.com
Bahasa yang Didukung 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"
    ]
}