Dynalist Highlighter

Powerful web highlighter for Dynalist

ما هو Dynalist Highlighter؟

Dynalist Highlighter هو إضافة Chrome تم تطويرها بواسطة http://danielwirtz.com، والميزة الرئيسية لها هي "Powerful web highlighter for Dynalist".

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

screenshot

تحميل ملف CRX للإضافة Dynalist Highlighter

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

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

                        Using Dynalist Highlighter you can easily highlight text on any web page and sync them to your Dynalist Inbox. This is especially helpful if you are doing research or when you want to build your own knowledge-base.

FEATURES:
→ Highlight any text on web page
→ Collect your highlights and send them in one bookmark to Dynalist
→ Code, Links and HTML elements are automatically converted
→ Adjust the bookmark title before you send it to Dynalist                    

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

الاسم Dynalist Highlighter Dynalist Highlighter
ID afnffidekokfdaepocnkcmmepjibjhln
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dynalist-highlighter/afnffidekokfdaepocnkcmmepjibjhln
الوصف Powerful web highlighter for Dynalist
حجم الملف 696 KB
عدد التثبيتات 498
النسخة الحالية 1.2
آخر تحديث 2020-02-06
تاريخ النشر 2020-02-06
تقييم 5.00/5 مجموع تقييمات 8
المطور http://danielwirtz.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Highlighter",
    "description": "Powerful web highlighter for Dynalist",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon\/icon-on-16.png",
        "48": ".\/icon\/icon-on-48.png",
        "128": ".\/icon\/icon-on-128.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "storage",
        "activeTab",
        "",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/css\/app.css",
        "\/static\/css\/cssreset.css"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}