Sticky Notes
Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Sticky Notes क्या है?
Sticky Notes Divin Divakaran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sticky Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
------------------------------- FEATURES ---------------------------------------- - You'll see the notes every time you open a new tab in chrome. - Unlimited number of notes can be added. - Customise the background colour of the page and also the colour of the notes. - The size of the note can be easily updated and can be dragged to any desired location. - The notes will stay in the exact position even after you exit and reopen. - The application is lightweight and very fast - A google search is also included with this application
एक्सटेंशन की मूल जानकारी
नाम | |
ID | afdjehcoobjeopcnfdjncgjibchcomlg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg |
विवरण | Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done. |
फ़ाइल का आकार | 158 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-12-18 |
प्रकाशन तिथि | 2018-12-18 |
रेटिंग | 2.67/5 कुल 6 रेटिंग्स |
डेवलपर | Divin Divakaran |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.divindivakaran.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes", "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus" ] } |