stickynote tab
override the new tab page so that user can create sticky notes to take notes
O que é stickynote tab?
stickynote tab é uma extensão do Chrome desenvolvida por ellayang40, e sua principal característica é "override the new tab page so that user can create sticky notes to take notes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão stickynote tab
Baixe arquivos de extensão stickynote tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
* 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.
Informações Básicas da Extensão
Nome | stickynote tab |
ID | cpnckoglpiageliaeeopbhdahilnjeeb |
URL Oficial | https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb |
Descrição | override the new tab page so that user can create sticky notes to take notes |
Tamanho do Arquivo | 3.48 MB |
Contagem de Instalações | 193 |
Versão Atual | 1.1 |
Última Atualização | 2021-09-14 |
Data de Publicação | 2020-05-08 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | ellayang40 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/yinglan98/chrome-ext---sticky |
Idiomas Suportados | 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" } } |