stickynote tab
override the new tab page so that user can create sticky notes to take notes
Wat is stickynote tab?
stickynote tab is een Chrome-extensie ontwikkeld door ellayang40, en de belangrijkste functie is "override the new tab page so that user can create sticky notes to take notes".
Extensie Screenshots
Download het CRX-bestand van de extensie stickynote tab
Download stickynote tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* 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.
Basisinformatie over de Extensie
Naam | stickynote tab |
ID | cpnckoglpiageliaeeopbhdahilnjeeb |
Officiële URL | https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb |
Beschrijving | override the new tab page so that user can create sticky notes to take notes |
Bestandsgrootte | 3.48 MB |
Aantal Installaties | 193 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-09-14 |
Publicatiedatum | 2020-05-08 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ellayang40 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/yinglan98/chrome-ext---sticky |
Ondersteunde Talen | 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" } } |