Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Browser Notes & Reminders क्या है?
Browser Notes & Reminders ZhivoTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension which allows you to manage notes in the new tab window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browser Notes & Reminders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. A simple extension which allows you to manage your notes in the new tab window.
एक्सटेंशन की मूल जानकारी
नाम | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
आधिकारिक URL | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
विवरण | A simple extension which allows you to manage notes in the new tab window |
फ़ाइल का आकार | 947 KB |
स्थापना संख्या | 196 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-11-30 |
प्रकाशन तिथि | 2019-11-29 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | ZhivoTech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.meowplayground.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes & Reminders", "version": "1.0.0", "description": "A simple extension which allows you to manage notes in the new tab window", "background": { "persistent": true, "scripts": [ "\/js\/bg.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*.png", "js\/*.png", "images\/*.jpg", "images\/*.svg", "js\/*.json", "js\/*.atlas", "sound\/*.mp3" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'" } |