Notion Notes

Save your highlights as notes to Notion

ما هو Notion Notes؟

Notion Notes هو إضافة Chrome تم تطويرها بواسطة AADevelopers، والميزة الرئيسية لها هي "Save your highlights as notes to Notion".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Notion Notes

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

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

                        NotionNotes - You click, we Save!

NotionNotes saves your highlights/notes in just single click and doesn't require any manual setup, Just sign in and you are good to go.
1. It will increase your productivity and let you focus on you research
2. One click save!
3. No database or page setup required
4. Save Images to notion workspace
5. Save to any notion page you want
6. Visit you notion pages directly from extension
7. Visit the URLs of the pages from which the highlights were taken
8. Filter, sort and export you notes                    

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

الاسم Notion Notes Notion Notes
ID ilehjnkhpecbpcpknpdghocgkdiaakmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/notion-notes/ilehjnkhpecbpcpknpdghocgkdiaakmh
الوصف Save your highlights as notes to Notion
حجم الملف 163 KB
عدد التثبيتات 4,499
النسخة الحالية 0.1.2
آخر تحديث 2022-08-10
تاريخ النشر 2022-07-14
تقييم 4.94/5 مجموع تقييمات 31
المطور AADevelopers
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.notionnotes.com
عنوان صفحة المساعدة https://tulip-swoop-fe5.notion.site/Contact-US-7c8749725fc64455b440c762a23acb30
عنوان صفحة سياسة الخصوصية https://tulip-swoop-fe5.notion.site/Privacy-Policy-81ebdd8ea27f4a71bda02153a56c8a66
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Notes",
    "version": "0.1.2",
    "description": "Save your highlights as notes to Notion",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/notionLogo.png",
                "assets\/NotionNotes.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/NotionNotes-16.png",
        "32": "assets\/NotionNotes-32.png",
        "48": "assets\/NotionNotes-48.png",
        "128": "assets\/NotionNotes-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/NotionNotes-16.png",
            "32": "assets\/NotionNotes-32.png",
            "48": "assets\/NotionNotes-48.png",
            "128": "assets\/NotionNotes-128.png"
        },
        "default_title": "Notion Notes",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}