Repeating Task Creator
Allows you to enter repeating Google tasks.
Was ist Repeating Task Creator?
Repeating Task Creator ist eine Chrome-Erweiterung, die von emilythacher entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to enter repeating Google tasks.".
Erweiterungsscreenshots
Repeating Task Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Repeating Task Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.
Grundlegende Informationen zur Erweiterung
Name | |
ID | knlegjipjdldphamjlofeldjdofbpgfm |
Offizielle URL | https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm |
Beschreibung | Allows you to enter repeating Google tasks. |
Dateigröße | 21.5 KB |
Installationsanzahl | 50 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-12-11 |
Veröffentlichungsdatum | 2015-12-11 |
Entwickler | emilythacher |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repeating Task Creator", "version": "1.1", "description": "Allows you to enter repeating Google tasks.", "background": { "page": "background.html" }, "browser_action": { "default_popup": "optionspage.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "notifications", "tabs", "identity", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "215921538406-25t0isnlpvinksqu5ralsu2cs7q5ili8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/tasks" ] } } |