Clip To Dynalist Note

Bookmark websites in Dynalist

ما هو Clip To Dynalist Note؟

Clip To Dynalist Note هو إضافة Chrome تم تطويرها بواسطة rawbytz، والميزة الرئيسية لها هي "Bookmark websites in Dynalist".

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

screenshot

تحميل ملف CRX للإضافة Clip To Dynalist Note

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

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

                        NOTE: This is the non-Markdown version. The full url is displayed in the note. 

• Formats the active tab title and url & copies to the clipboard.
• Then automatically goes to the first Dynalist tab it finds in the active window.
• If no Dynalist tab is found, a new one is created. 
• You manually paste into a new Dynalist bullet. 
• Also  includes "Toggle Last Tab" capability via a 2nd keyboard shortcut.
• Set keyboard shortcuts at the bottom of chrome://extensions                    

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

الاسم Clip To Dynalist Note Clip To Dynalist Note
ID hbigoahmpdlnolcndfiadhiimkppbibg
عنوان URL الرسمي https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg
الوصف Bookmark websites in Dynalist
حجم الملف 8.26 KB
عدد التثبيتات 206
النسخة الحالية 0.0.0.4
آخر تحديث 2017-06-01
تاريخ النشر 2017-06-01
تقييم 5.00/5 مجموع تقييمات 1
المطور rawbytz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip To Dynalist Note",
    "version": "0.0.0.4",
    "description": "Bookmark websites in Dynalist",
    "browser_action": {
        "default_icon": "C2DLn_128.png",
        "default_title": "Clip To Dynalist Note"
    },
    "icons": {
        "128": "C2DLn_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggleLast": {
            "description": "Toggle Last Tab"
        }
    },
    "manifest_version": 2
}