Smart Note
A friendly notepad you can easily add tabs to a note.
Smart Note क्या है?
Smart Note Vere Perrot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A friendly notepad you can easily add tabs to a note."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A friendly notepad you can easily add tabs to a note. Features: * Add note. * Add todo list. * Add tab to a note. * Add tabs to a note. * Show favorite notes. * Search in the notes. * Open the smart note as tab. * Edit tabs. * Edit notes. * Show help page. * Sync notes to your google account. * Click fav icon to open a link. * Support Chinese(China),Chinese(Taiwan),English locales.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ilhflppjpbggfgpicjblmfcckadkobcb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/smart-note/ilhflppjpbggfgpicjblmfcckadkobcb |
विवरण | A friendly notepad you can easily add tabs to a note. |
फ़ाइल का आकार | 416 KB |
स्थापना संख्या | 995 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2016-01-02 |
प्रकाशन तिथि | 2016-01-02 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | Vere Perrot |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.7", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "permissions": [ "debugger", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |