Fast Note
Super fast note storage
Fast Note क्या है?
Fast Note Yasuharu Ozaki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super fast note storage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast Note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A note pad opens faster than any other note extensions. Just write notes, this extension saves the data automatically. Now there is no neet to open TextEdit to take some temporally notes. ★ Note window opens faster than any other note extensions - You do not wait to write some notes. ★ Saves data automatically - You do not have to push save or delete button. ★ This changes window size automatically - You do not have to pull right side down to resize window anymore. ★ Stores data to your Chrome browser - We do not collect your data. The Icon is made by Kotaro Funahashi(http://www.facebook.com/KoutaroFunahashi). Thanks a lot. ■Change log ver. 1.1.0 Added function: Resize automatically. ver. 1.2.0 Support Retina display LICENCE Copyright (c) 2012 Yasuharu Ozaki and Kotaro Funahashi The MIT License
एक्सटेंशन की मूल जानकारी
नाम | Fast Note |
ID | jehbplmdjbmcbbdlghcphdhfakcgaiaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/fast-note/jehbplmdjbmcbbdlghcphdhfakcgaiaj |
विवरण | Super fast note storage |
फ़ाइल का आकार | 11.68 KB |
स्थापना संख्या | 3,704 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2012-11-11 |
प्रकाशन तिथि | 2012-11-11 |
रेटिंग | 4.56/5 कुल 68 रेटिंग्स |
डेवलपर | Yasuharu Ozaki |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/YaaaaaSuuuuu |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Note", "version": "1.2.0", "description": "Super fast note storage", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "logo48.png", "default_popup": "popup.html", "default_title": "Fast Note" }, "icons": { "128": "logo128.png", "48": "logo48.png" }, "permissions": [ "background", "unlimitedStorage" ] } |