Roamhelper
Unofficial Roam extension
What is Roamhelper?
Roamhelper is a Chrome extension developed by Jan Odstrcilik, and its main feature is "Unofficial Roam extension".
Extension Screenshots
Download Roamhelper Extension CRX File
Download Roamhelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Roamhelper |
ID | bifjbefmihpccncjblbohkaehnofpepc |
Official URL | https://chromewebstore.google.com/detail/roamhelper/bifjbefmihpccncjblbohkaehnofpepc |
Description | Unofficial Roam extension |
File Size | 41.01 KB |
Installation Count | 292 |
Current Version | 1.0 |
Last Updated | 2020-07-20 |
Publish Date | 2020-07-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jan Odstrcilik |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |