Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Snap Note क्या है?
Snap Note Arthelon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension in the form of a pop-up notepad with various functions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snap Note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome Extension in the form of a pop-up notepad with various functions. IMPORTANT : Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.
एक्सटेंशन की मूल जानकारी
नाम | Snap Note |
ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
आधिकारिक URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
विवरण | A Chrome Extension in the form of a pop-up notepad with various functions |
फ़ाइल का आकार | 277 KB |
स्थापना संख्या | 908 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2015-09-11 |
प्रकाशन तिथि | 2015-09-11 |
रेटिंग | 3.91/5 कुल 11 रेटिंग्स |
डेवलपर | Arthelon |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/Arthelon |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Note", "version": "0.0.5", "manifest_version": 2, "description": "A Chrome Extension in the form of a pop-up notepad with various functions", "author": "Daniel Hsing", "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "32": "images\/note-32.png", "48": "images\/note-48.png", "128": "images\/note-128.png" }, "browser_action": { "default_icon": "images\/note-128.png", "default_title": "Snap Note", "default_popup": "index.html" }, "permissions": [ "unlimitedStorage" ], "web_accessible_resources": [ "index.html", "js\/popup.js" ] } |