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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |