Sticky Notes

Sticky Notes - Record your inspiration!

Apa itu Sticky Notes?

Sticky Notes adalah ekstensi Chrome yang dikembangkan oleh Louis, dan fitur utamanya adalah "Sticky Notes - Record your inspiration!".

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

                        Sticky Notes - Record your inspiration!

** Update 1.5.4 (September 2019) **
1. Remove subscription.
2. Multi-browser sync.

** Update 1.5.3 (November 2018) **
1. Fix bugs. 

** Update 1.5 (November 2018) **
1. Added subscription and edit.

** Update 1.4 (November 2018) **
1. Fix bugs. 

** Update 1.3 (September 2018) **
1. Added history. 

** Update 1.2 (August 2018) **
1. Add more colors. 

** Update 1.1 (July 2018) **
1. Added settings.                    

Informasi Dasar Ekstensi

Nama Sticky Notes Sticky Notes
ID fnmndjbocidkodmnhanjingkafiihphh
URL Resmi https://chromewebstore.google.com/detail/sticky-notes/fnmndjbocidkodmnhanjingkafiihphh
Deskripsi Sticky Notes - Record your inspiration!
Ukuran File 550 KB
Jumlah Instalasi 1,756
Versi Saat Ini 1.5.4
Terakhir Diperbarui 2019-09-10
Tanggal Publikasi 2019-09-09
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Louis
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://checkget.com/privacy
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.5.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/n128.png"
    },
    "content_scripts": [
        {
            "js": [
                "bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/n16.png",
        "32": "images\/n32.png",
        "48": "images\/n48.png",
        "128": "images\/n128.png"
    },
    "background": {
        "scripts": [
            "backgroundBundle.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage",
        "downloads"
    ]
}