roam-autolink
track and automate words that have been made into links/pages on roam research
What is roam-autolink?
roam-autolink is a Chrome extension developed by extendydev, and its main feature is "track and automate words that have been made into links/pages on roam research".
Extension Screenshots
Download roam-autolink Extension CRX File
Download roam-autolink 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
This is an extension for roam that allows users to designate certain words to automatically form links when typed. How to use it: https://github.com/BlakeAnd/link-dictionary/blob/master/README.md
Extension Basic Information
Name | roam-autolink |
ID | ilegcckbllooaoplapjfgkgjkjpbbjpe |
Official URL | https://chromewebstore.google.com/detail/roam-autolink/ilegcckbllooaoplapjfgkgjkjpbbjpe |
Description | track and automate words that have been made into links/pages on roam research |
File Size | 5.02 KB |
Installation Count | 200 |
Current Version | 1.3 |
Last Updated | 2020-08-27 |
Publish Date | 2020-06-12 |
Rating | 4.50/5 Total 2 Ratings |
Developer | extendydev |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/BlakeAnd/link-dictionary/blob/master/README.md |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "roam-autolink", "version": "1.3", "description": "track and automate words that have been made into links\/pages on roam research", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/roamresearch.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |