+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”。
扩展截图
下载+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 |
ID | ekdmipoabmcjmlonhcdoijilfdoomjbm |
官方URL | 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 } |