Outline me
Quickly get an article in outline.com
ما هو Outline me؟
Outline me هو إضافة Chrome تم تطويرها بواسطة Lucas Coelho @coelhucas، والميزة الرئيسية لها هي "Quickly get an article in outline.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Outline me
قم بتنزيل ملفات الامتداد Outline me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Became one shortcut from an outline.com version of the current opened article!
Easily redirects you to an outline.com/current-tab-url
Shortcuts:
⌘ +⇧+O (Option+Shift+O - macOS)
⌃ +⇧+O (Alt+Shift+O - other OS) معلومات أساسية عن التمديد
| الاسم | |
| ID | hgbhppchgchgfpgkmifbkolaeadghfjo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo |
| الوصف | Quickly get an article in outline.com |
| حجم الملف | 11.92 KB |
| عدد التثبيتات | 53 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2021-09-28 |
| تاريخ النشر | 2021-09-23 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Lucas Coelho @coelhucas |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/coelhucas/outline-me |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Outline me",
"description": "Quickly get an article in outline.com",
"permissions": [
"activeTab"
],
"version": "1.0",
"manifest_version": 3,
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"commands": {
"run_outline_me": {
"suggested_key": {
"default": "Ctrl+Shift+O"
},
"description": "Run Outline me on current page"
}
},
"action": {
"default_title": "Redirects to an outline.com version of the article."
},
"background": {
"service_worker": "background.js"
}
} | |