Save to OmniFocus
Save tab or link to OmniFocus
ما هو Save to OmniFocus؟
Save to OmniFocus هو إضافة Chrome تم تطويرها بواسطة Goran Gligorin، والميزة الرئيسية لها هي "Save tab or link to OmniFocus".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save to OmniFocus
قم بتنزيل ملفات الامتداد Save to OmniFocus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
OmniFocus is a personal task manager by the Omni Group for macOS and iOS. This extension will add a toolbar button that will let you add the current page to your OmniFocus. It will also add an item to the right-click menu that will also let you: - add the current page to your OmniFocus. - add a link on the page to your OmniFocus.
معلومات أساسية عن التمديد
الاسم | Save to OmniFocus |
ID | gkjcjolgbgobjdmnocfmojklgpapdnff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff |
الوصف | Save tab or link to OmniFocus |
حجم الملف | 31.38 KB |
عدد التثبيتات | 2,125 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-08-13 |
تاريخ النشر | 2020-07-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Goran Gligorin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gligoran/save-to-omnifocus |
عنوان صفحة المساعدة | https://github.com/gligoran/save-to-omnifocus/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "browser-action.png", "default_title": "Save tab to OmniFocus" }, "description": "Save tab or link to OmniFocus", "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Save to OmniFocus", "permissions": [ "activeTab", "contextMenus" ], "version": "1.0.2" } |