TXTPEN Web Pen
txtpen learns the way you highlight the web
O que é TXTPEN Web Pen?
TXTPEN Web Pen é uma extensão do Chrome desenvolvida por http://txtpen.com, e sua principal característica é "txtpen learns the way you highlight the web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TXTPEN Web Pen
Baixe arquivos de extensão TXTPEN Web Pen 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
Informações Básicas da Extensão
Nome | |
ID | cgmgoplajbhiglefllnjknlcjnabimhk |
URL Oficial | https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk |
Descrição | txtpen learns the way you highlight the web |
Tamanho do Arquivo | 18.57 KB |
Contagem de Instalações | 162 |
Versão Atual | 0.0.2 |
Última Atualização | 2018-04-01 |
Data de Publicação | 2018-04-01 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | http://txtpen.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://txtpen.com |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TXTPEN INJECT" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/txtpen.com; object-src 'self'", "description": "txtpen learns the way you highlight the web", "homepage_url": "https:\/\/txtpen.com", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "96": "icon96.png" }, "manifest_version": 2, "name": "TXTPEN Web Pen", "permissions": [ "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |