roam-autolink

track and automate words that have been made into links/pages on roam research

roam-autolinkとは何ですか?

roam-autolinkはextendydevによって開発されたChromeの拡張機能で、その主な機能は「track and automate words that have been made into links/pages on roam research」です。

拡張機能のスクリーンショット

screenshot
screenshot

roam-autolink拡張機能のCRXファイルをダウンロード

roam-autolink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 roam-autolink roam-autolink
ID ilegcckbllooaoplapjfgkgjkjpbbjpe
公式URL https://chromewebstore.google.com/detail/roam-autolink/ilegcckbllooaoplapjfgkgjkjpbbjpe
説明 track and automate words that have been made into links/pages on roam research
ファイルサイズ 5.02 KB
インストール数 200
現在のバージョン 1.3
最終更新日 2020-08-27
公開日 2020-06-12
評価 4.50/5 合計 2 レビュー
開発者 extendydev
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/BlakeAnd/link-dictionary/blob/master/README.md
対応言語 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"
        }
    ]
}