+Roam

Save snippets to Roam Research - A tool by Ness Labs

什麼是+Roam?

+Roam是由https://nesslabs.com開發的Chrome擴展程式,該擴展的主要功能是“Save snippets to Roam Research - A tool by Ness Labs”。

擴展截圖

screenshot

下載+Roam擴展crx文件

下載+Roam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 +Roam +Roam
ID ekdmipoabmcjmlonhcdoijilfdoomjbm
官方網址 https://chromewebstore.google.com/detail/+roam/ekdmipoabmcjmlonhcdoijilfdoomjbm
簡介 Save snippets to Roam Research - A tool by Ness Labs
檔案大小 8.71 KB
安裝次數 2,564
目前版本 0.1
更新時間 2020-04-21
上架時間 2020-04-21
評分 5.00/5 共 1 次評分
開發者 https://nesslabs.com
付費類型 free
擴展官網 https://nesslabs.com/roam-research-bookmarklet
說明頁面URL https://nesslabs.com/roam-research-bookmarklet
支援的語言 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
}