Roamhelper

Unofficial Roam extension

Roamhelperคืออะไร?

Roamhelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Odstrcilik และคุณลักษณะหลักของมันคือ "Unofficial Roam extension"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Roamhelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Roamhelper is a very simple extension for Roamresearch.com. 

Basically, it makes it easier and quicker to embed websites, pdf, and youtube videos into Roam by generating a special code with the appropriate link. Then simply copy it and paste it into Roam.
And that is (almost) all! :) 

💶 If you like it, consider financial support: https://www.paypal.me/catominor3 . 
Thank you. 🙏

You can also follow me on Twitter: @catominor3                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roamhelper Roamhelper
ID bifjbefmihpccncjblbohkaehnofpepc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roamhelper/bifjbefmihpccncjblbohkaehnofpepc
คำอธิบาย Unofficial Roam extension
ขนาดไฟล์ 41.01 KB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-07-20
วันที่เผยแพร่ 2020-07-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jan Odstrcilik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roamhelper",
    "version": "1.0",
    "description": "Unofficial Roam extension",
    "icons": {
        "32": "icons\/favicon-32x32.png",
        "128": "icons\/android-chrome-128x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_title": "Roamhelper",
        "default_popup": "popup\/popup.html"
    }
}