Simple Quick Note
Simple extension for quick notes with a characters' counting feature
O que é Simple Quick Note?
Simple Quick Note é uma extensão do Chrome desenvolvida por Roman Grinyov, e sua principal característica é "Simple extension for quick notes with a characters' counting feature".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Quick Note
Baixe arquivos de extensão Simple Quick Note 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 is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
Informações Básicas da Extensão
Nome | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
URL Oficial | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
Descrição | Simple extension for quick notes with a characters' counting feature |
Tamanho do Arquivo | 118 KB |
Contagem de Instalações | 647 |
Versão Atual | 1.3.12 |
Última Atualização | 2023-11-20 |
Data de Publicação | 2018-08-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Roman Grinyov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |