+Roam

Save snippets to Roam Research - A tool by Ness Labs

What is +Roam?

+Roam is a Chrome extension developed by https://nesslabs.com, and its main feature is "Save snippets to Roam Research - A tool by Ness Labs".

Extension Screenshots

screenshot

Download +Roam Extension CRX File

Download +Roam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save snippets to Roam Research. Highlight content, click +Roam, and copy the snippet to Roam. The text will be automatically formatted in markdown and include the source of the snippet, with title and URL.                    

Extension Basic Information

Name +Roam +Roam
ID ekdmipoabmcjmlonhcdoijilfdoomjbm
Official URL https://chromewebstore.google.com/detail/+roam/ekdmipoabmcjmlonhcdoijilfdoomjbm
Description Save snippets to Roam Research - A tool by Ness Labs
File Size 8.71 KB
Installation Count 2,564
Current Version 0.1
Last Updated 2020-04-21
Publish Date 2020-04-21
Rating 5.00/5 Total 1 Ratings
Developer https://nesslabs.com
Payment Type free
Extension Website https://nesslabs.com/roam-research-bookmarklet
Help Page URL https://nesslabs.com/roam-research-bookmarklet
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "+Roam"
    },
    "name": "+Roam",
    "description": "Save snippets to Roam Research - A tool by Ness Labs",
    "homepage_url": "https:\/\/nesslabs.com\/roam-research-bookmarklet",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "0.1",
    "manifest_version": 2
}