Sticky Notes Everywhere | Digital Mercury

Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.

Apa itu Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury adalah ekstensi Chrome yang dikembangkan oleh https://digital-mercury.com, dan fitur utamanya adalah "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sticky Notes Everywhere | Digital Mercury

Unduh file ekstensi Sticky Notes Everywhere | Digital Mercury 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

                        Create, position, and edit sticky notes on any web page, at any time! Save the sticky notes and the next time you return to the page, they will be just as you left them.                    

Informasi Dasar Ekstensi

Nama Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
URL Resmi https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Deskripsi Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Ukuran File 16.83 KB
Jumlah Instalasi 493
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-12-01
Tanggal Publikasi 2020-11-26
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://digital-mercury.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://digital-mercury.com/
URL Halaman Bantuan https://digital-mercury.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes Everywhere | Digital Mercury",
    "description": "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_icon": ".\/favicon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}