Quickie - Sticky Notes
Manage your notes easily with our new 'Quickie-Sticky Notes'.
Quickie - Sticky Notes क्या है?
Quickie - Sticky Notes https://tutorialcodeplay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your notes easily with our new 'Quickie-Sticky Notes'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quickie - Sticky Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.
Change font size
We can change the font size
Change font style
We can change the font style एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | fagbkcmhagoigbbjccpglokfdklgicfg |
| आधिकारिक URL | https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg |
| विवरण | Manage your notes easily with our new 'Quickie-Sticky Notes'. |
| फ़ाइल का आकार | 841 KB |
| स्थापना संख्या | 1,114 |
| वर्तमान संस्करण | 1.2 |
| अंतिम अपडेट | 2020-02-29 |
| प्रकाशन तिथि | 2020-02-29 |
| रेटिंग | 4.07/5 कुल 14 रेटिंग्स |
| डेवलपर | https://tutorialcodeplay.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://tutorialcodeplay.com |
| सहायता पृष्ठ URL | https://tutorialcodeplay.com |
| गोपनीयता नीति पृष्ठ URL | https://htmlcodeplay.com/privacy.html |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quickie - Sticky Notes",
"description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
"version": "1.2",
"browser_action": {
"default_icon": "128note.png",
"default_popup": "HTMLEditor.html"
},
"offline_enabled": true,
"author": "Merbin Joe",
"homepage_url": "http:\/\/www.allinworld99.blogspot.com",
"short_name": "Sticky Notes",
"icons": {
"16": "128note.png",
"48": "128note.png",
"128": "128note.png"
},
"manifest_version": 2
} | |