SiteDelta Highlight
Highlights changes made to a website since last visit
SiteDelta Highlight क्या है?
SiteDelta Highlight Andreas Schierl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights changes made to a website since last visit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SiteDelta Highlight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a small Delta icon to your browser toolbar. When you click onto it, it allows to highlight all changed text contents of the current page (since the last time you clicked onto it). Clicking again cycles through the changes. Additionaly, you can add scan or ignore regions. As advanced features (that require additional permissions), you can configure SiteDelta to automatically highlight the changes whenever you visit a known page. Additionally, you can tell SiteDelta to check if any of the known pages has changed. If you want to be notified about changes without opening a page or manually requesting a check, try SiteDelta Watch. Of course, you can also install both extensions at the same time.
एक्सटेंशन की मूल जानकारी
नाम | SiteDelta Highlight |
ID | elolmhcnmflkdoamibhndceifocjjeha |
आधिकारिक URL | https://chromewebstore.google.com/detail/sitedelta-highlight/elolmhcnmflkdoamibhndceifocjjeha |
विवरण | Highlights changes made to a website since last visit |
फ़ाइल का आकार | 99.07 KB |
स्थापना संख्या | 215 |
वर्तमान संस्करण | 0.30.7 |
अंतिम अपडेट | 2023-06-07 |
प्रकाशन तिथि | 2020-05-03 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | Andreas Schierl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://sitedelta.schierla.de |
गोपनीयता नीति पृष्ठ URL | https://sitedelta.schierla.de/privacy.en.php |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_highlightExtensionName__", "version": "0.30.7", "default_locale": "en", "description": "__MSG_highlightExtensionDescription__", "icons": { "16": "icons\/highlight-16.png", "24": "icons\/highlight-24.png", "32": "icons\/highlight-32.png", "48": "icons\/highlight-48.png", "64": "icons\/highlight-64.png" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "contextMenus", "scripting" ], "host_permissions": [ " |