Save to 2Do
Save tab or link to 2Do
Qu'est-ce que Save to 2Do ?
Save to 2Do est une extension Chrome développée par Goran Gligorin, et sa fonction principale est "Save tab or link to 2Do".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to 2Do
Téléchargez les fichiers d'extension Save to 2Do au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Save to 2Do |
ID | mklgjmfdebgjjdfeihbjfjbofhmggjeo |
URL Officiel | https://chromewebstore.google.com/detail/save-to-2do/mklgjmfdebgjjdfeihbjfjbofhmggjeo |
Description | Save tab or link to 2Do |
Taille du Fichier | 54.46 KB |
Nombre d'Installations | 166 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-08-14 |
Date de Publication | 2020-08-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Goran Gligorin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gligoran/save-to-2do |
URL de la Page d'Aide | https://github.com/gligoran/save-to-2do/issues |
Langues Prises en Charge | 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" } |