+Roam
Save snippets to Roam Research - A tool by Ness Labs
Cos'è +Roam?
+Roam è un'estensione di Chrome sviluppata da https://nesslabs.com, e la sua funzione principale è "Save snippets to Roam Research - A tool by Ness Labs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione +Roam
Scarica i file di estensione +Roam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ekdmipoabmcjmlonhcdoijilfdoomjbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/+roam/ekdmipoabmcjmlonhcdoijilfdoomjbm |
| Descrizione | Save snippets to Roam Research - A tool by Ness Labs |
| Dimensione del File | 8.71 KB |
| Conteggio Installazioni | 2,564 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2020-04-21 |
| Data di Pubblicazione | 2020-04-21 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://nesslabs.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nesslabs.com/roam-research-bookmarklet |
| URL della Pagina di Aiuto | https://nesslabs.com/roam-research-bookmarklet |
| Lingue Supportate | 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
} | |