stickynote tab
override the new tab page so that user can create sticky notes to take notes
Was ist stickynote tab?
stickynote tab ist eine Chrome-Erweiterung, die von ellayang40 entwickelt wurde, und ihr Hauptmerkmal ist "override the new tab page so that user can create sticky notes to take notes".
Erweiterungsscreenshots
stickynote tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie stickynote tab-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
* 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.
Grundlegende Informationen zur Erweiterung
Name | stickynote tab |
ID | cpnckoglpiageliaeeopbhdahilnjeeb |
Offizielle URL | https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb |
Beschreibung | override the new tab page so that user can create sticky notes to take notes |
Dateigröße | 3.48 MB |
Installationsanzahl | 193 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-09-14 |
Veröffentlichungsdatum | 2020-05-08 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | ellayang40 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/yinglan98/chrome-ext---sticky |
Unterstützte Sprachen | 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" } } |