Papier

Open a new tab and trap your best thoughts.

Qu'est-ce que Papier ?

Papier est une extension Chrome développée par https://papier.app, et sa fonction principale est "Open a new tab and trap your best thoughts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Papier

Téléchargez les fichiers d'extension Papier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Papier Papier
ID hhjeaokafplhjoogdemakihhdhffacia
URL Officiel https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia
Description Open a new tab and trap your best thoughts.
Taille du Fichier 1.02 MB
Nombre d'Installations 50,253
Version Actuelle 1.4.2
Dernière Mise à Jour 2021-10-16
Date de Publication 2021-10-16
Évaluation 4.29/5 Total 300 Évaluations
Développeur https://papier.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://papier.app
URL de la Page d'Aide https://papier.app
Langues Prises en Charge 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"
    }
}