+Roam
Save snippets to Roam Research - A tool by Ness Labs
ما هو +Roam؟
+Roam هو إضافة Chrome تم تطويرها بواسطة https://nesslabs.com، والميزة الرئيسية لها هي "Save snippets to Roam Research - A tool by Ness Labs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة +Roam
قم بتنزيل ملفات الامتداد +Roam بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save snippets to Roam Research. Highlight content, click +Roam, and copy the snippet to Roam. The text will be automatically formatted in markdown and include the source of the snippet, with title and URL. معلومات أساسية عن التمديد
| الاسم | |
| ID | ekdmipoabmcjmlonhcdoijilfdoomjbm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/+roam/ekdmipoabmcjmlonhcdoijilfdoomjbm |
| الوصف | Save snippets to Roam Research - A tool by Ness Labs |
| حجم الملف | 8.71 KB |
| عدد التثبيتات | 2,564 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2020-04-21 |
| تاريخ النشر | 2020-04-21 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://nesslabs.com |
| نوع الدفع | free |
| موقع الإضافة | https://nesslabs.com/roam-research-bookmarklet |
| عنوان صفحة المساعدة | https://nesslabs.com/roam-research-bookmarklet |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "+Roam"
},
"name": "+Roam",
"description": "Save snippets to Roam Research - A tool by Ness Labs",
"homepage_url": "https:\/\/nesslabs.com\/roam-research-bookmarklet",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"activeTab"
],
"version": "0.1",
"manifest_version": 2
} | |