1paragraph
show pages in reader mode and add them to the 1paragraph library
O que é 1paragraph?
1paragraph é uma extensão do Chrome desenvolvida por https://1paragraph.app, e sua principal característica é "show pages in reader mode and add them to the 1paragraph library".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 1paragraph
Baixe arquivos de extensão 1paragraph 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
1paragraph is a reader for ePubs and web pages. For every text, it stores the last paragraph you read, shows that paragraph in the library view and scrolls to that paragraph when you open the book. In the library view, texts are sorted by the date on which they were last read. Use the chrome extension to show web pages in reader mode and to add them to the library.
Informações Básicas da Extensão
Nome | 1paragraph |
ID | ngfenbamjdaifmejohlpegiakpnkglje |
URL Oficial | https://chromewebstore.google.com/detail/1paragraph/ngfenbamjdaifmejohlpegiakpnkglje |
Descrição | show pages in reader mode and add them to the 1paragraph library |
Tamanho do Arquivo | 309 KB |
Contagem de Instalações | 291 |
Versão Atual | 1.2 |
Última Atualização | 2022-11-22 |
Data de Publicação | 2022-11-22 |
Desenvolvedor | https://1paragraph.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://1paragraph.app |
URL da Página de Política de Privacidade | https://www.privacypolicygenerator.info/live.php?token=8xIQCqIflxkSmi6WO1jx2kzkQpWRKJFG |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1paragraph", "description": "show pages in reader mode and add them to the 1paragraph library", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/1paragraph.app\/*" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "512": "icon.png" } } |