EasyNotes: The best sticky notes!

Crea notas en las webs que visitas.

ما هو EasyNotes: The best sticky notes!؟

EasyNotes: The best sticky notes! هو إضافة Chrome تم تطويرها بواسطة Andros Technology، والميزة الرئيسية لها هي "Crea notas en las webs que visitas.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EasyNotes: The best sticky notes!

قم بتنزيل ملفات الامتداد EasyNotes: The best sticky notes! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Organízate mejor, no olvides nunca detalles importantes, con noteEasy puedes crear notas donde quieras, cuando quieras, en cualquier página web, y siempre estarán disponibles en tu próxima visita, en cualquiera de tus dispositivos.          

Funciones de la extensión:
1) Crea notas sobre cualquier página web.
2) Elige un color para diferenciar fácilmente tu nota.
3) Elimina las notas que ya no necesites, o realiza un limpiado completo
4) Oculta las notas cuando no quieras verlas, sin necesidad de eliminarlas.
5)Sincronización con todos tus dispositivos

------------------------------------------------------------------

Get better organized, never forget important details, with noteEasy you can create notes wherever you want, whenever you want, on any web page, and they will always be available on your next visit, on any of your devices.

Extension functions:
1) Create notes on any web page.
2) Choose a color to easily differentiate your note.
3) Delete the notes you no longer need, or perform a full clean
4) Hide the notes when you don't want to see them, without having to delete them.
5) Synchronization in any of your devices.


Copyright (c) 2020 Alejandro Gonzalez                    

معلومات أساسية عن التمديد

الاسم EasyNotes: The best sticky notes! EasyNotes: The best sticky notes!
ID gdfggnbghcioalgnjgihamigpkhjmjkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/easynotes-the-best-sticky/gdfggnbghcioalgnjgihamigpkhjmjkl
الوصف Crea notas en las webs que visitas.
حجم الملف 39.54 KB
عدد التثبيتات 106
النسخة الحالية 3.3
آخر تحديث 2020-08-12
تاريخ النشر 2020-06-19
تقييم 4.00/5 مجموع تقييمات 5
المطور Andros Technology
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyNotes: The best sticky notes!",
    "short_name": "EasyNotes",
    "description": "Crea notas en las webs que visitas.",
    "version": "3.3",
    "version_name": "3.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "EasyNotes",
        "default-icon": {
            "16": "src\/img\/logo16.png",
            "24": "src\/img\/logo24.png",
            "32": "src\/img\/logo32.png",
            "128": "src\/img\/logo128.png"
        }
    },
    "web_accessible_resources": [
        "src\/img\/github.svg",
        "src\/img\/logo128.png",
        "src\/img\/coins.svg",
        "src\/img\/eye-slash.svg",
        "src\/img\/trash.svg",
        "src\/img\/ellipsis-v.svg",
        "src\/img\/exclamation-triangle.svg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        },
        "showHidden": {
            "suggested-key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Muestra y oculta las notas"
        },
        "createNote": {
            "suggested-key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Crea una nueva nota en la pesta\u00f1a activa"
        }
    },
    "icons": {
        "16": "src\/img\/logo16.png",
        "24": "src\/img\/logo24.png",
        "32": "src\/img\/logo32.png",
        "128": "src\/img\/logo128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background\/APIchrome.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts\/APIchrome.js",
                "contentScripts\/dragDrop.js",
                "contentScripts\/notes.js",
                "contentScripts\/extension.js"
            ],
            "css": [
                "contentScripts\/style.css"
            ]
        }
    ]
}