Sticky Notes

Sticky Notes - don't ever forget a thing

Apa itu Sticky Notes?

Sticky Notes adalah ekstensi Chrome yang dikembangkan oleh mariosloan, dan fitur utamanya adalah "Sticky Notes - don't ever forget a thing".

Screenshot Ekstensi

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

                        Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop.

By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.                    

Informasi Dasar Ekstensi

Nama Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
URL Resmi https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
Deskripsi Sticky Notes - don't ever forget a thing
Ukuran File 4.25 MB
Jumlah Instalasi 102
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-12-28
Tanggal Publikasi 2022-12-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mariosloan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sticky-us.com/
URL Halaman Bantuan https://sticky-us.com/#contact-us
URL Halaman Kebijakan Privasi https://sticky-us.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes",
    "description": "Sticky Notes - don't ever forget a thing",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.1"
}