DayDo - TODO, Highlight, memo
Manage your daily to do quick and easy, Save impressive sentence of the day from web page
Vad är DayDo - TODO, Highlight, memo?
DayDo - TODO, Highlight, memo är en Chrome-tillägg utvecklad av developer, och dess huvudfunktion är "Manage your daily to do quick and easy, Save impressive sentence of the day from web page".
Tilläggsskärmbilder
Ladda ner DayDo - TODO, Highlight, memo-förlängningens CRX-fil
Ladda ner DayDo - TODO, Highlight, memo-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
Manage your daily to do quick and easy Save impressive sentence of the day from web page FEATURES - display events with calendar - add to do quickly with popup - web page highlight and restore them
Grundläggande Information om Tillägg
Namn | |
ID | cdhcfjfcjfccllfjllllpjoellpmmicg |
Officiell webbadress | https://chrome.google.com/webstore/detail/daydo-todo-highlight-memo/cdhcfjfcjfccllfjllllpjoellpmmicg |
Beskrivning | Manage your daily to do quick and easy, Save impressive sentence of the day from web page |
Filstorlek | 455 KB |
Antal Installationer | 23 |
Aktuell Version | 0.3.1 |
Senast Uppdaterad | 2021-03-03 |
Publiceringsdatum | 2020-12-13 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | developer |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DayDo - TODO, Highlight, memo", "version": "0.3.1", "manifest_version": 2, "description": "Manage your daily to do quick and easy, Save impressive sentence of the day from web page", "icons": { "128": "logo128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "logo128.png", "default_popup": "popup.html" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |