Papier

Open a new tab and trap your best thoughts.

What is Papier?

Papier is a Chrome extension developed by https://papier.app, and its main feature is "Open a new tab and trap your best thoughts.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Papier Extension CRX File

Download Papier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Papier Papier
ID hhjeaokafplhjoogdemakihhdhffacia
Official URL https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia
Description Open a new tab and trap your best thoughts.
File Size 1.02 MB
Installation Count 50,253
Current Version 1.4.2
Last Updated 2021-10-16
Publish Date 2021-10-16
Rating 4.29/5 Total 300 Ratings
Developer https://papier.app
Email [email protected]
Payment Type free
Extension Website https://papier.app
Help Page URL https://papier.app
Supported Languages 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"
    }
}