+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. 拡張機能の基本情報
| 名前 | |
| 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
} | |