Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
Clipper - Notepad क्या है?
Clipper - Notepad N00B द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clipper - Notepad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a notepad clipper extension. Browse through the web with ease, and take notes on the go. Now you don't need to swap between apps, neither copy paste. Write directly by clicking on Clipper or select and right click, you will get an option to add it to the pad. Download the whole of the text directly into .txt file at once. Resize the window to make it as you want it to be, multiple notes and onine sync coming soon.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
विवरण | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
फ़ाइल का आकार | 606 KB |
स्थापना संख्या | 445 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-09-10 |
प्रकाशन तिथि | 2018-09-10 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | N00B |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipper - Notepad", "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place", "version": "1.0", "offline_enabled": true, "icons": { "19": "imgs\/notepad-icon-12.png", "48": "imgs\/notepad-icon-12.png", "128": "imgs\/notepad-icon-12.png" }, "browser_action": { "default_icon": "imgs\/notepad-icon-12.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "permissions": [ "activeTab", "storage", "contextMenus" ] } |