Dynalist Bookmarker

A nifty bookmarker for dynalist.

Dynalist Bookmarkerคืออะไร?

Dynalist Bookmarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shadowfax Apps และคุณลักษณะหลักของมันคือ "A nifty bookmarker for dynalist."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dynalist Bookmarker

ดาวน์โหลดไฟล์ส่วนขยาย Dynalist Bookmarker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension helps you capture website links to  a Dynalist Note.

Features:
- Support for "Dynamic" folder selection for bookmarking.
- Support for #tags.
- Support for multi-line note taking.
- Configure a non-inbox folder for capturing bookmarks.
- Auto save pop-up context per web page when closed - This enables capturing notes while reading articles.
- Shortcuts - Cmd+I (Mac) / Alt+I (Windows) to open the extension. Cmd+Enter/Ctrl+Enter to "save" the bookmark.

Wiki - http://bit.ly/cdbwiki

Try it out and please provide me any feedback or feature requests on [email protected] :)


PS: I built this extension for me personally to better capture and manage my bookmarks using Dynalist!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dynalist Bookmarker Dynalist Bookmarker
ID mbempfckkkcncamnaopmfagmocdmlknf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynalist-bookmarker/mbempfckkkcncamnaopmfagmocdmlknf
คำอธิบาย A nifty bookmarker for dynalist.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 240
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2019-11-05
วันที่เผยแพร่ 2019-10-17
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Shadowfax Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://shadowfax92.github.io/assets/privacy_policy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "description": "A nifty bookmarker for dynalist.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Open Dynalist Bookmarker",
            "suggested_key": {
                "default": "Alt+I",
                "mac": "Command+I"
            }
        }
    },
    "manifest_version": 2,
    "name": "Dynalist Bookmarker",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "background",
        "storage",
        "activeTab"
    ],
    "version": "1.0.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com;  object-src 'self';"
}