Highlighter + Notes
Highlighter and Notes for Webpages
Highlighter + Notes क्या है?
Highlighter + Notes Prateek Chawla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlighter and Notes for Webpages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlighter + Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Highlight important text and take notes effortlessly. This extension enables you to highlight text on any web page. Choose from five different colors to highlight text, and the next time you visit the page your highlights will be waiting for you. Also, you can take short notes that are retained on your next visit. Simply open up the Popup or use keyboard hotkeys to get started. Keyboard Hotkeys: Press Ctrl + Shift + H to toggle highlighter. Press Ctrl + Shift + E to toggle eraser. ** Highlighter may not work on some websites due to their structure **
एक्सटेंशन की मूल जानकारी
नाम | Highlighter + Notes |
ID | kllkegeooedapeomenkneoilkodcleaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/highlighter-+-notes/kllkegeooedapeomenkneoilkodcleaa |
विवरण | Highlighter and Notes for Webpages |
फ़ाइल का आकार | 766 KB |
स्थापना संख्या | 3,139 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-05-31 |
प्रकाशन तिथि | 2020-05-30 |
रेटिंग | 3.75/5 कुल 20 रेटिंग्स |
डेवलपर | Prateek Chawla |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlighter + Notes", "version": "1.0.0", "description": "Highlighter and Notes for Webpages", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup\/highlighter-popup.html", "default_title": "Highlighter + Notes" }, "author": "Prateek Chawla", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |