Roamhelper
Unofficial Roam extension
Qu'est-ce que Roamhelper ?
Roamhelper est une extension Chrome développée par Jan Odstrcilik, et sa fonction principale est "Unofficial Roam extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roamhelper
Téléchargez les fichiers d'extension Roamhelper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Roamhelper |
ID | bifjbefmihpccncjblbohkaehnofpepc |
URL Officiel | https://chromewebstore.google.com/detail/roamhelper/bifjbefmihpccncjblbohkaehnofpepc |
Description | Unofficial Roam extension |
Taille du Fichier | 41.01 KB |
Nombre d'Installations | 292 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-20 |
Date de Publication | 2020-07-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Jan Odstrcilik |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |