Nopad

Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!

Nopad क्या है?

Nopad wjkay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!"।

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

screenshot

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

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

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

                        Nopad is a fast notepad extension. Nopad syncs it's notes to your Chrome account using so it's available wherever you're signed into Chrome (Except mobile versions :(, they don't have support extensions... yet). 

Please report any issues you have using the support tab on the extension page. 

--- Install Instructions ---
1) Click add to Chrome.
2) That's it!

--- Change Log ---
0.1.7 Added sizing resize. 
0.1.6 Fixed time display for old dates. Removed active pinning because it was bad. Fixed shrinking. Fixed some other angular issues.
0.1.5 Fixed some display issues. Sorting now works a bit better and your active note is pinned to the top. Introduced a resizing bug but much better than the table structure that was there. 
0.1.4 Fixed permission (now has none!) 
0.1.3 Styling changes and fixes
0.1.2 Fixed a bunch of bugs
0.1.1 Released Alpha!                    

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

नाम Nopad Nopad
ID mmhhhpngkbmehangnmfjflmloccnpoha
आधिकारिक URL https://chromewebstore.google.com/detail/nopad/mmhhhpngkbmehangnmfjflmloccnpoha
विवरण Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!
फ़ाइल का आकार 431 KB
स्थापना संख्या 757
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2018-01-13
प्रकाशन तिथि 2018-01-12
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर wjkay
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nopad",
    "version": "0.1.7",
    "author": "Will Kehayioff",
    "description": "Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "main.html",
        "default_title": "Nopad, the quick pad."
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}