TxtPad
Quick Notes from Anywhere!
O que é TxtPad?
TxtPad é uma extensão do Chrome desenvolvida por https://txtpad.in, e sua principal característica é "Quick Notes from Anywhere!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TxtPad
Baixe arquivos de extensão TxtPad 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
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
Informações Básicas da Extensão
Nome | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
URL Oficial | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
Descrição | Quick Notes from Anywhere! |
Tamanho do Arquivo | 39.12 KB |
Contagem de Instalações | 181 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2013-12-02 |
Data de Publicação | 2013-12-01 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | https://txtpad.in |
Tipo de Pagamento | free |
Site da Extensão | http://txtpad.in |
URL da Página de Ajuda | http://txtpad.in |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |