Papier

Open a new tab and trap your best thoughts.

¿Qué es Papier?

Papier es una extensión de Chrome desarrollada por https://papier.app, y su función principal es "Open a new tab and trap your best thoughts.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Papier

Descarga archivos de extensión Papier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Papier Papier
ID hhjeaokafplhjoogdemakihhdhffacia
URL Oficial https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia
Descripción Open a new tab and trap your best thoughts.
Tamaño del Archivo 1.02 MB
Cantidad de Instalaciones 50,253
Versión Actual 1.4.2
Última Actualización 2021-10-16
Fecha de Publicación 2021-10-16
Calificación 4.29/5 Total de 300 Calificaciones
Desarrollador https://papier.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://papier.app
URL de la Página de Ayuda https://papier.app
Idiomas Soportados 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"
    }
}