Persistent Highlighter
A watered-down port of Prostetnic Highlighter
Persistent Highlighter क्या है?
Persistent Highlighter n8chz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A watered-down port of Prostetnic Highlighter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Persistent Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
So far, highlights the text on the page, stores url and highlight text as key/value pair in local storage, re-highlights text passages when we re-visit a URL, and previous highlights are searchable by word. Doesn't work on Disqus comments, and some other websites. Working on that...
एक्सटेंशन की मूल जानकारी
नाम | Persistent Highlighter |
ID | njeijipoihldmgnelkdhohadaigobeml |
आधिकारिक URL | https://chromewebstore.google.com/detail/persistent-highlighter/njeijipoihldmgnelkdhohadaigobeml |
विवरण | A watered-down port of Prostetnic Highlighter |
फ़ाइल का आकार | 54.08 KB |
स्थापना संख्या | 620 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2016-09-26 |
प्रकाशन तिथि | 2016-09-25 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | n8chz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/n8chz/prostetnic-chrome |
सहायता पृष्ठ URL | https://github.com/n8chz/prostetnic-chrome/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Persistent Highlighter", "version": "0.0.6", "description": "A watered-down port of Prostetnic Highlighter", "homepage_url": "https:\/\/github.com\/n8chz\/prostetnic-chrome\/tree\/multicolor", "permissions": [ "contextMenus", "activeTab", "storage", "unlimitedStorage" ], "icons": { "128": "hilite.png" }, "background": { "scripts": [ "menu.js" ] }, "content_scripts": [ { "matches": [ " |