Roamhelper
Unofficial Roam extension
什么是Roamhelper?
Roamhelper是由Jan Odstrcilik开发的Chrome扩展程序,该扩展的主要功能是“Unofficial Roam extension”。
扩展截图
下载Roamhelper扩展crx文件
下载Roamhelper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Roamhelper |
ID | bifjbefmihpccncjblbohkaehnofpepc |
官方URL | https://chromewebstore.google.com/detail/roamhelper/bifjbefmihpccncjblbohkaehnofpepc |
简介 | Unofficial Roam extension |
文件大小 | 41.01 KB |
安装次数 | 292 |
当前版本 | 1.0 |
更新时间 | 2020-07-20 |
上架时间 | 2020-07-19 |
评分 | 5.00/5 共1次评分 |
开发者 | Jan Odstrcilik |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |