Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
O que é Snap Note?
Snap Note é uma extensão do Chrome desenvolvida por Arthelon, e sua principal característica é "A Chrome Extension in the form of a pop-up notepad with various functions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snap Note
Baixe arquivos de extensão Snap 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
A Chrome Extension in the form of a pop-up notepad with various functions. IMPORTANT : Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.
Informações Básicas da Extensão
Nome | Snap Note |
ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
URL Oficial | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
Descrição | A Chrome Extension in the form of a pop-up notepad with various functions |
Tamanho do Arquivo | 277 KB |
Contagem de Instalações | 908 |
Versão Atual | 0.0.5 |
Última Atualização | 2015-09-11 |
Data de Publicação | 2015-09-11 |
Classificação | 3.91/5 Total de 11 Avaliações |
Desenvolvedor | Arthelon |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/Arthelon |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Note", "version": "0.0.5", "manifest_version": 2, "description": "A Chrome Extension in the form of a pop-up notepad with various functions", "author": "Daniel Hsing", "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "32": "images\/note-32.png", "48": "images\/note-48.png", "128": "images\/note-128.png" }, "browser_action": { "default_icon": "images\/note-128.png", "default_title": "Snap Note", "default_popup": "index.html" }, "permissions": [ "unlimitedStorage" ], "web_accessible_resources": [ "index.html", "js\/popup.js" ] } |