+Roam
Save snippets to Roam Research - A tool by Ness Labs
Wat is +Roam?
+Roam is een Chrome-extensie ontwikkeld door https://nesslabs.com, en de belangrijkste functie is "Save snippets to Roam Research - A tool by Ness Labs".
Extensie Screenshots
Download het CRX-bestand van de extensie +Roam
Download +Roam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ekdmipoabmcjmlonhcdoijilfdoomjbm |
| Officiële URL | https://chromewebstore.google.com/detail/+roam/ekdmipoabmcjmlonhcdoijilfdoomjbm |
| Beschrijving | Save snippets to Roam Research - A tool by Ness Labs |
| Bestandsgrootte | 8.71 KB |
| Aantal Installaties | 2,564 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2020-04-21 |
| Publicatiedatum | 2020-04-21 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://nesslabs.com |
| Betalingswijze | free |
| Extensiewebsite | https://nesslabs.com/roam-research-bookmarklet |
| Help Pagina-URL | https://nesslabs.com/roam-research-bookmarklet |
| Ondersteunde Talen | 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
} | |