roam-autolink

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

roam-autolink là gì?

roam-autolink là một tiện ích mở rộng Chrome được phát triển bởi extendydev, và tính năng chính của nó là "track and automate words that have been made into links/pages on roam research".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng roam-autolink

Tải xuống các tệp mở rộng roam-autolink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên roam-autolink roam-autolink
ID ilegcckbllooaoplapjfgkgjkjpbbjpe
URL Chính Thức https://chromewebstore.google.com/detail/roam-autolink/ilegcckbllooaoplapjfgkgjkjpbbjpe
Mô tả track and automate words that have been made into links/pages on roam research
Kích Thước Tệp 5.02 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-08-27
Ngày Phát Hành 2020-06-12
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển extendydev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/BlakeAnd/link-dictionary/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}