Knotes

Super fast notes from your New Tab window

ما هو Knotes؟

Knotes هو إضافة Chrome تم تطويرها بواسطة https://knote.com، والميزة الرئيسية لها هي "Super fast notes from your New Tab window".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        **Featured in TechCrunch and Lifehacker.**

"The best to-do app is the one you have available" - Lifehacker

Knotes is a beautiful and simple note taking extension for Chrome from the makers of Knote. Now you can keep all of your thoughts in one easy to access place both online and off! Once you can sync your knotes, you can view them in Knote, Dropbox, or Gmail. 

In Knote you can share your notes and to-do's with others or collaborate on your ideas to keep up your work. The app also allows you to back them up in Dropbox for safe keeping, or save them as drafts in Gmail to send off via email.

Take your knotes on the go too! Pull them up and edit them on either iOS or Android.                    

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

الاسم Knotes Knotes
ID ljodbneopalmjfonmeojldpmnikphhdo
عنوان URL الرسمي https://chromewebstore.google.com/detail/knotes/ljodbneopalmjfonmeojldpmnikphhdo
الوصف Super fast notes from your New Tab window
حجم الملف 5.38 MB
عدد التثبيتات 1,852
النسخة الحالية 3.10.0
آخر تحديث 2021-06-28
تاريخ النشر 2020-05-12
تقييم 2.79/5 مجموع تقييمات 42
المطور https://knote.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.knote.com/
عنوان صفحة المساعدة https://www.knote.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.10.0",
    "name": "Knotes",
    "short_name": "Capture your thoughts, faster.",
    "description": "Super fast notes from your New Tab window",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "options_ui": {
        "page": "app\/chrome-extension\/options.html",
        "chrome_style": true
    },
    "background": {
        "persistent": true,
        "scripts": [
            "app\/background\/platform.js",
            "app\/background\/noticeHelper.js",
            "app\/background\/webAppAutoLoginHelper.js",
            "app\/common\/constants.js",
            "app\/common\/messaging-service.js",
            "app\/background\/connections-manager.js",
            "app\/common\/knotes-helper.js",
            "app\/vendor\/api-google-client.js",
            "app\/vendor\/jquery.2.1.0.js",
            "app\/vendor\/underscore-min.js",
            "app\/vendor\/moment.min.js",
            "app\/vendor\/q.js",
            "app\/vendor\/retry.js",
            "app\/common\/general_helpers.js",
            "app\/common\/url_helper.js",
            "app\/common\/login_helper.js",
            "app\/common\/cache-helper.js",
            "app\/config.js",
            "app\/background\/ddp-log.js",
            "app\/background\/backgroundImage.js",
            "app\/background\/logger.js",
            "app\/background\/knote_server.js",
            "app\/common\/analytics.js",
            "app\/build\/asteroid-bundle.js",
            "app\/background\/account-helper.js",
            "app\/background\/background.js",
            "app\/background\/reactive_controller.js",
            "app\/background\/messageManager.js",
            "app\/background\/offline_mode.js",
            "app\/background\/main.js",
            "app\/build\/background-bundle.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "app\/vendor\/underscore-min.js",
                "app\/common\/general_helpers.js",
                "app\/common\/messaging-service.js",
                "app\/content-script\/knotable-web-app.js"
            ],
            "matches": [
                "https:\/\/knotes.knote.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/www.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self' 'unsafe-eval'",
    "icons": {
        "128": "app\/images\/icon-128.png",
        "16": "app\/images\/icon-16.png",
        "48": "app\/images\/icon-48.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "notifications",
        "storage",
        "cookies",
        "https:\/\/knotes.knote.com\/*"
    ],
    "web_accessible_resources": [
        "app\/views\/dropbox_receiver.html",
        "app\/views\/panel-app.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/knotes.knote.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "app\/images\/icon-48.png",
        "default_title": "Note Instantly"
    }
}