Sticky Notes

Sticky Notes - Record your inspiration!

Cos'è Sticky Notes?

Sticky Notes è un'estensione di Chrome sviluppata da Louis, e la sua funzione principale è "Sticky Notes - Record your inspiration!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sticky Notes

Scarica i file di estensione Sticky Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sticky Notes Sticky Notes
ID fnmndjbocidkodmnhanjingkafiihphh
URL Ufficiale https://chromewebstore.google.com/detail/sticky-notes/fnmndjbocidkodmnhanjingkafiihphh
Descrizione Sticky Notes - Record your inspiration!
Dimensione del File 550 KB
Conteggio Installazioni 1,756
Versione Corrente 1.5.4
Ultimo Aggiornamento 2019-09-10
Data di Pubblicazione 2019-09-09
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Louis
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://checkget.com/privacy
Lingue Supportate 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"
    ]
}