Sticky Notes

Sticky Notes - Record your inspiration!

Wat is Sticky Notes?

Sticky Notes is een Chrome-extensie ontwikkeld door Louis, en de belangrijkste functie is "Sticky Notes - Record your inspiration!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sticky Notes

Download Sticky Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sticky Notes Sticky Notes
ID fnmndjbocidkodmnhanjingkafiihphh
Officiële URL https://chromewebstore.google.com/detail/sticky-notes/fnmndjbocidkodmnhanjingkafiihphh
Beschrijving Sticky Notes - Record your inspiration!
Bestandsgrootte 550 KB
Aantal Installaties 1,756
Huidige Versie 1.5.4
Laatst Bijgewerkt 2019-09-10
Publicatiedatum 2019-09-09
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Louis
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://checkget.com/privacy
Ondersteunde Talen 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"
    ]
}