stickynote tab
override the new tab page so that user can create sticky notes to take notes
Qu'est-ce que stickynote tab ?
stickynote tab est une extension Chrome développée par ellayang40, et sa fonction principale est "override the new tab page so that user can create sticky notes to take notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension stickynote tab
Téléchargez les fichiers d'extension stickynote tab 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
* use new tab page to take quick notes on sticky notes * notes will be saved in the browser so that next time you open the new tab page, you will see your notes * note allows text formatting such as bolding, lists, changing font color, etc * can create, delete, and move notes * can minimize and maximize the notes Great for creating todo list and other quick notes for temporary use.
Informations de Base sur l'Extension
Nom | stickynote tab |
ID | cpnckoglpiageliaeeopbhdahilnjeeb |
URL Officiel | https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb |
Description | override the new tab page so that user can create sticky notes to take notes |
Taille du Fichier | 3.48 MB |
Nombre d'Installations | 193 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-09-14 |
Date de Publication | 2020-05-08 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | ellayang40 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/yinglan98/chrome-ext---sticky |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stickynote tab", "version": "1.1", "description": "override the new tab page so that user can create sticky notes to take notes", "permissions": [ "storage", "tabs" ], "manifest_version": 2, "chrome_url_overrides": { "newtab": "dis_quill_1.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/sticky_icon_16.png", "48": "images\/sticky_icon_48.png", "128": "images\/sticky_icon_128.png" } } |