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.

Co to jest Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury to rozszerzenie Chrome opracowane przez https://digital-mercury.com, a jego główną funkcją jest „Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sticky Notes Everywhere | Digital Mercury

Pobierz pliki rozszerzeń Sticky Notes Everywhere | Digital Mercury w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
Oficjalny URL https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Opis Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Rozmiar pliku 16.83 KB
Liczba instalacji 493
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-12-01
Data Publikacji 2020-11-26
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://digital-mercury.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://digital-mercury.com/
Adres URL Strony Pomocy https://digital-mercury.com/
Obsługiwane Języki 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"
            ]
        }
    ]
}