NEW TAB NOTE
NEW TAB NOTE is new tab extension for notes!
Qu'est-ce que NEW TAB NOTE ?
NEW TAB NOTE est une extension Chrome développée par deren, et sa fonction principale est "NEW TAB NOTE is new tab extension for notes!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NEW TAB NOTE
Téléchargez les fichiers d'extension NEW TAB NOTE 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
✨ Update - 2022/1/26 You can now create multiple notes. - 2022/1/21 Layout adjustment. - 2021/11/29 Improved list entry. - 2021/07/08 I added a filter function. You can blur the contents of the memo by clicking the icon. You can blur your notes in filter mode to block peeping from others. --- 📚 Features - Just open new tab, and write down thoughts. - You can write in markdown. - No worries about saving things when writing. - You can blur your notes in filter mode to block peeping from others. - You can create multiple notes. --- Click here for requests. https://github.com/deren2525/new-tab-note/issues/new/choose
Informations de Base sur l'Extension
Nom | NEW TAB NOTE |
ID | ihcgjbnbjnbfepjmoaklafegcehdfihn |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn |
Description | NEW TAB NOTE is new tab extension for notes! |
Taille du Fichier | 870 KB |
Nombre d'Installations | 131 |
Version Actuelle | 2.8.1 |
Dernière Mise à Jour | 2022-05-18 |
Date de Publication | 2020-08-15 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | deren |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/deren2525/new-tab-note |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "2.8.1", "description": "__MSG_Description__", "action": { "default_popup": "popup.html", "default_icon": { "32": "assets\/images\/icon.png" } }, "chrome_url_overrides": { "newtab": "newTabNote.html" }, "icons": { "48": "assets\/images\/icon.png" }, "manifest_version": 3, "default_locale": "en" } |