Roamhelper
Unofficial Roam extension
Wat is Roamhelper?
Roamhelper is een Chrome-extensie ontwikkeld door Jan Odstrcilik, en de belangrijkste functie is "Unofficial Roam extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Roamhelper
Download Roamhelper-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
Roamhelper is a very simple extension for Roamresearch.com.
Basically, it makes it easier and quicker to embed websites, pdf, and youtube videos into Roam by generating a special code with the appropriate link. Then simply copy it and paste it into Roam.
And that is (almost) all! :)
💶 If you like it, consider financial support: https://www.paypal.me/catominor3 .
Thank you. 🙏
You can also follow me on Twitter: @catominor3 Basisinformatie over de Extensie
| Naam | |
| ID | bifjbefmihpccncjblbohkaehnofpepc |
| Officiële URL | https://chromewebstore.google.com/detail/roamhelper/bifjbefmihpccncjblbohkaehnofpepc |
| Beschrijving | Unofficial Roam extension |
| Bestandsgrootte | 41.01 KB |
| Aantal Installaties | 292 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-07-20 |
| Publicatiedatum | 2020-07-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Jan Odstrcilik |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Roamhelper",
"version": "1.0",
"description": "Unofficial Roam extension",
"icons": {
"32": "icons\/favicon-32x32.png",
"128": "icons\/android-chrome-128x128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons\/favicon-32x32.png",
"default_title": "Roamhelper",
"default_popup": "popup\/popup.html"
}
} | |