roam-autolink

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

roam-autolinkคืออะไร?

roam-autolink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extendydev และคุณลักษณะหลักของมันคือ "track and automate words that have been made into links/pages on roam research"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย roam-autolink

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}