Paper: New tab notebook

Clean, simple interface to write notes

Paper: New tab notebook क्या है?

Paper: New tab notebook Olivia Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clean, simple interface to write notes"।

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

screenshot
screenshot

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

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

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

                        Save notes in your new tab page.

Notes are being saved using local storage, so your data is kept safe and secure.

Make sure to press "Keep it" when Chrome asks whether you want to revert back to the original new tab

The code is open source and available at https://github.com/olivia-li/paper                    

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

नाम Paper: New tab notebook Paper: New tab notebook
ID onpkjdjjllkdepfhcaklijcfegdjehkm
आधिकारिक URL https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm
विवरण Clean, simple interface to write notes
फ़ाइल का आकार 125 KB
स्थापना संख्या 377
वर्तमान संस्करण 2.2
अंतिम अपडेट 2021-09-30
प्रकाशन तिथि 2020-07-31
रेटिंग 4.52/5 कुल 21 रेटिंग्स
डेवलपर Olivia Li
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper: New tab notebook",
    "version": "2.2",
    "description": "Clean, simple interface to write notes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "note.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2
}

संबंधित एक्सटेंशन्स