Save to OmniFocus
Save tab or link to OmniFocus
Vad är Save to OmniFocus?
Save to OmniFocus är en Chrome-tillägg utvecklad av Goran Gligorin, och dess huvudfunktion är "Save tab or link to OmniFocus".
Tilläggsskärmbilder
Ladda ner Save to OmniFocus-förlängningens CRX-fil
Ladda ner Save to OmniFocus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gkjcjolgbgobjdmnocfmojklgpapdnff |
| Officiell webbadress | https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff |
| Beskrivning | Save tab or link to OmniFocus |
| Filstorlek | 31.38 KB |
| Antal Installationer | 2,125 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2020-08-13 |
| Publiceringsdatum | 2020-07-23 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Goran Gligorin |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/gligoran/save-to-omnifocus |
| Hjälpsida URL | https://github.com/gligoran/save-to-omnifocus/issues |
| Stödda Språk | 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"
} | |