Dynalist Companion Clipper

Clip and capture to your Dynalist.

ما هو Dynalist Companion Clipper؟

Dynalist Companion Clipper هو إضافة Chrome تم تطويرها بواسطة Dynalist Inc.، والميزة الرئيسية لها هي "Clip and capture to your Dynalist.".

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

screenshot
screenshot
screenshot

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

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

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

                        Dynalist Companion Clipper clips the current page URL and selected text to your Dynalist inbox location.

Instructions:

(1) To use this extension, you need to have a Dynalist account. If you don't have one, sign up for one here: https://dynalist.io/signup

(2) Set an inbox location in Dynalist. Here's how: https://help.dynalist.io/article/119-set-an-inbox-location

(3) Log into Dynalist on the browser.

(4) Use the extension icon to capture the current page, or use the right click menu to clip current page or selected text.


Advanced usage:

(1) When the capture popup is open, you can hit Ctrl+Enter to capture;

(2) Customize the format of your captured text in options.                    

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

الاسم Dynalist Companion Clipper Dynalist Companion Clipper
ID ilcnkabiejjaijmenfmfobnkplflaglb
عنوان URL الرسمي https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb
الوصف Clip and capture to your Dynalist.
حجم الملف 187 KB
عدد التثبيتات 7,201
النسخة الحالية 0.3
آخر تحديث 2018-10-03
تاريخ النشر 2018-10-03
تقييم 4.48/5 مجموع تقييمات 23
المطور Dynalist Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dynalist.io/
عنوان صفحة سياسة الخصوصية https://dynalist.io/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynalist Companion Clipper",
    "short_name": "DynaClipper",
    "description": "Clip and capture to your Dynalist.",
    "version": "0.3",
    "icons": {
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "browser_action": {
        "default_icon": "image\/icon48.png",
        "default_title": "Clip this page to Dynalist",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/*.dynalist.io\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}