Roam Research New Tab
An extension which opens Roam Research in a new tab.
What is Roam Research New Tab?
Roam Research New Tab is a Chrome extension developed by http://connerfritz.com, and its main feature is "An extension which opens Roam Research in a new tab.".
Extension Screenshots
Download Roam Research New Tab Extension CRX File
Download Roam Research New Tab 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
Replaces the New Tab page with Roam Research. Source code here: https://github.com/connerfritz/RoamResearchNewTab
Extension Basic Information
Name | |
ID | cnhkdpaeakmkdmckgomohlcfifaakapd |
Official URL | https://chrome.google.com/webstore/detail/roam-research-new-tab/cnhkdpaeakmkdmckgomohlcfifaakapd |
Description | An extension which opens Roam Research in a new tab. |
File Size | 14.03 KB |
Installation Count | 245 |
Current Version | 1.0 |
Last Updated | 2020-04-16 |
Publish Date | 2020-04-16 |
Developer | http://connerfritz.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roam Research New Tab", "version": "1.0", "author": "Conner Fritz", "description": "An extension which opens Roam Research in a new tab.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "index.html" }, "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |