Save to 2Do
Save tab or link to 2Do
Vad är Save to 2Do?
Save to 2Do är en Chrome-tillägg utvecklad av Goran Gligorin, och dess huvudfunktion är "Save tab or link to 2Do".
Tilläggsskärmbilder
Ladda ner Save to 2Do-förlängningens CRX-fil
Ladda ner Save to 2Do-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
2Do is a personal task manager for macOS, iOS, and Android. This extension will add a toolbar button that will let you add the current page to your 2Do. It will also add an item to the right-click menu that will also let you: - add the current page to your 2Do. - add a link on the page to your 2Do.
Grundläggande Information om Tillägg
Namn | Save to 2Do |
ID | mklgjmfdebgjjdfeihbjfjbofhmggjeo |
Officiell webbadress | https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo |
Beskrivning | Save tab or link to 2Do |
Filstorlek | 54.46 KB |
Antal Installationer | 166 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-08-14 |
Publiceringsdatum | 2020-08-14 |
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-2do |
Hjälpsida URL | https://github.com/gligoran/save-to-2do/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 2Do" }, "description": "Save tab or link to 2Do", "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Save to 2Do", "permissions": [ "activeTab", "contextMenus" ], "version": "1.0.0" } |