Hyliter
Saves selected bits of text from your browsing.
Hyliter क्या है?
Hyliter Bibek Ghimire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves selected bits of text from your browsing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hyliter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save important text for later while browsing the web. You can save quotes, confirmation numbers, or even personal notes.
एक्सटेंशन की मूल जानकारी
नाम | Hyliter |
ID | nhiannhalledfohikpmbclkalcknilcg |
आधिकारिक URL | https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg |
विवरण | Saves selected bits of text from your browsing. |
फ़ाइल का आकार | 63.43 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-01-02 |
प्रकाशन तिथि | 2017-01-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Bibek Ghimire |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyliter", "description": "Saves selected bits of text from your browsing.", "version": "0.1", "permissions": [ "contextMenus" ], "web_accessible_resources": [ "fonts\/*.woff2" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.js" ] } ], "browser_action": { "default_title": "View Hylites", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "js\/hyliter.js", "js\/background.js" ], "persistent": true } } |