Roamhelper

Unofficial Roam extension

ما هو Roamhelper؟

Roamhelper هو إضافة Chrome تم تطويرها بواسطة Jan Odstrcilik، والميزة الرئيسية لها هي "Unofficial Roam extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roamhelper

قم بتنزيل ملفات الامتداد Roamhelper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}