Standard Notes page bookmarks
Quickly create a note in Standard Notes to bookmark the current page.
O que é Standard Notes page bookmarks?
Standard Notes page bookmarks é uma extensão do Chrome desenvolvida por Maxim C., e sua principal característica é "Quickly create a note in Standard Notes to bookmark the current page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Standard Notes page bookmarks
Baixe arquivos de extensão Standard Notes page bookmarks 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
This extension lets you save the current page title and url in a note in Standard Notes (https://standardnotes.org/). Take note of any page instead of opening yet another tab.
Informações Básicas da Extensão
Nome | Standard Notes page bookmarks |
ID | bapfcmkjnjailkkpkolfelelfcbkabgg |
URL Oficial | https://chromewebstore.google.com/detail/standard-notes-page-bookm/bapfcmkjnjailkkpkolfelelfcbkabgg |
Descrição | Quickly create a note in Standard Notes to bookmark the current page. |
Tamanho do Arquivo | 675 KB |
Contagem de Instalações | 319 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-04 |
Data de Publicação | 2020-12-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Maxim C. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mllocs/standard-notes-chrome-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standard Notes page bookmarks", "version": "1.0", "description": "Quickly create a note in Standard Notes to bookmark the current page.", "permissions": [ "activeTab", "tabs", "https:\/\/app.standardnotes.org\/" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |