Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

Qu'est-ce que Quickie - Sticky Notes ?

Quickie - Sticky Notes est une extension Chrome développée par https://tutorialcodeplay.com, et sa fonction principale est "Manage your notes easily with our new 'Quickie-Sticky Notes'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quickie - Sticky Notes

Téléchargez les fichiers d'extension Quickie - Sticky Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

Informations de Base sur l'Extension

Nom Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
URL Officiel https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
Description Manage your notes easily with our new 'Quickie-Sticky Notes'.
Taille du Fichier 841 KB
Nombre d'Installations 1,114
Version Actuelle 1.2
Dernière Mise à Jour 2020-02-29
Date de Publication 2020-02-29
Évaluation 4.07/5 Total 14 Évaluations
Développeur https://tutorialcodeplay.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tutorialcodeplay.com
URL de la Page d'Aide https://tutorialcodeplay.com
URL de la Page de Politique de Confidentialité https://htmlcodeplay.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}