+Roam
Save snippets to Roam Research - A tool by Ness Labs
Was ist +Roam?
+Roam ist eine Chrome-Erweiterung, die von https://nesslabs.com entwickelt wurde, und ihr Hauptmerkmal ist "Save snippets to Roam Research - A tool by Ness Labs".
Erweiterungsscreenshots
+Roam-Erweiterungs-CRX-Datei herunterladen
Laden Sie +Roam-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ekdmipoabmcjmlonhcdoijilfdoomjbm |
| Offizielle URL | https://chromewebstore.google.com/detail/+roam/ekdmipoabmcjmlonhcdoijilfdoomjbm |
| Beschreibung | Save snippets to Roam Research - A tool by Ness Labs |
| Dateigröße | 8.71 KB |
| Installationsanzahl | 2,564 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2020-04-21 |
| Veröffentlichungsdatum | 2020-04-21 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://nesslabs.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://nesslabs.com/roam-research-bookmarklet |
| Hilfeseite URL | https://nesslabs.com/roam-research-bookmarklet |
| Unterstützte Sprachen | 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
} | |