Papier
Open a new tab and trap your best thoughts.
O que é Papier?
Papier é uma extensão do Chrome desenvolvida por https://papier.app, e sua principal característica é "Open a new tab and trap your best thoughts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Papier
Baixe arquivos de extensão Papier 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
Got something on your mind? Did you know that the average person has about 60,000 thoughts a day? And that we spend about 7 hours looking at screens? Now with the Papier extension for Chrome, just open a new tab and trap your best thoughts. They'll be backed up directly to Chrome: no accounts, no syncing. Simple, clean, and distraction-free, Papier declutters your thoughts so you can focus on the content. Let nothing get in the way of your notes. Made with 💚 by Muxu.Muxu
Informações Básicas da Extensão
Nome | Papier |
ID | hhjeaokafplhjoogdemakihhdhffacia |
URL Oficial | https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia |
Descrição | Open a new tab and trap your best thoughts. |
Tamanho do Arquivo | 1.02 MB |
Contagem de Instalações | 50,253 |
Versão Atual | 1.4.2 |
Última Atualização | 2021-10-16 |
Data de Publicação | 2021-10-16 |
Classificação | 4.29/5 Total de 300 Avaliações |
Desenvolvedor | https://papier.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://papier.app |
URL da Página de Ajuda | https://papier.app |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Papier", "description": "Open a new tab and trap your best thoughts.", "version": "1.4.2", "author": "Muxu\u2022Muxu", "homepage_url": "https:\/\/muxumuxu.com\/", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "38": "images\/icon48.png" }, "default_title": "Open Papier" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |