Coconote

Take notes in your browser new tab.

ما هو Coconote؟

Coconote هو إضافة Chrome تم تطويرها بواسطة pierre.goutheraud، والميزة الرئيسية لها هي "Take notes in your browser new tab.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Coconote

قم بتنزيل ملفات الامتداد Coconote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Coconote is a new tab extension to take notes.
Everything is saved up and synched on all your devices.

Made with ❤️ by http://pierregoutheraud.fr                    

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

الاسم Coconote Coconote
ID kjdgikbdpepfaccfiejmignfbogjbbop
عنوان URL الرسمي https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop
الوصف Take notes in your browser new tab.
حجم الملف 403 KB
عدد التثبيتات 45
النسخة الحالية 1.4.3
آخر تحديث 2020-03-21
تاريخ النشر 2020-03-19
تقييم 5.00/5 مجموع تقييمات 1
المطور pierre.goutheraud
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coconote",
    "version": "1.4.3",
    "manifest_version": 2,
    "description": "Take notes in your browser new tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/; connect-src ws:\/\/localhost:63168\/; font-src *; style-src * 'unsafe-inline';"
}