Papier

Open a new tab and trap your best thoughts.

Papier क्या है?

Papier https://papier.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open a new tab and trap your best thoughts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Papier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Papier Papier
ID hhjeaokafplhjoogdemakihhdhffacia
आधिकारिक URL https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia
विवरण Open a new tab and trap your best thoughts.
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 50,253
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2021-10-16
प्रकाशन तिथि 2021-10-16
रेटिंग 4.29/5 कुल 300 रेटिंग्स
डेवलपर https://papier.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://papier.app
सहायता पृष्ठ URL https://papier.app
समर्थित भाषाएँ 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"
    }
}