WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dynalist Companion Clipper

Dynalist Companion Clipper

View on Chrome Web Store
View Dynalist Companion Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (25 ratings)
1 new ratings
46 views
This extension has been viewed 46 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Clip and capture to your Dynalist.
Type
Extension
Users
3,000 users
1K
Obsidian
View author page of Obsidian
Published
Published on April 22, 2018
Version 0.3
Manifest version
2
Updated
Updated on October 3, 2018
productivity/workflow
Extension Category
View on Chrome Web Store
View Dynalist Companion Clipper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top