Save to OmniFocus
Save tab or link to OmniFocus
Co to jest Save to OmniFocus?
Save to OmniFocus to rozszerzenie Chrome opracowane przez Goran Gligorin, a jego główną funkcją jest „Save tab or link to OmniFocus”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save to OmniFocus
Pobierz pliki rozszerzeń Save to OmniFocus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Save to OmniFocus |
ID | gkjcjolgbgobjdmnocfmojklgpapdnff |
Oficjalny URL | https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff |
Opis | Save tab or link to OmniFocus |
Rozmiar pliku | 31.38 KB |
Liczba instalacji | 2,125 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2020-08-13 |
Data Publikacji | 2020-07-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Goran Gligorin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gligoran/save-to-omnifocus |
Adres URL Strony Pomocy | https://github.com/gligoran/save-to-omnifocus/issues |
Obsługiwane Języki | 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" } |