Popup Notes
Take quick notes while you surf. What could be more simple?
Popup Notes क्या है?
Popup Notes https://gourav.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take quick notes while you surf. What could be more simple?"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Popup Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take notes without leaving current tab! Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome. Features : -- Lightweight, easy to use & secure. -- Copy selected text to Popup Notes directly from right-click. -- Auto-save notes upon closing. -- Auto-focus on notes. -- Use TAB key to indent your text. -- Ad-free.
एक्सटेंशन की मूल जानकारी
नाम | Popup Notes |
ID | pakngoacmndjaomplokegbepmohpfofb |
आधिकारिक URL | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
विवरण | Take quick notes while you surf. What could be more simple? |
फ़ाइल का आकार | 38.95 KB |
स्थापना संख्या | 1,191 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2020-10-02 |
प्रकाशन तिथि | 2017-11-30 |
रेटिंग | 3.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://gourav.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "manifest_version": 2, "name": "Popup Notes", "description": "Take quick notes while you surf. What could be more simple?", "version": "2.0", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Popup Notes!" }, "offline_enabled": true, "short_name": "Popup Notes", "permissions": [ "storage", "contextMenus" ] } |