Highly Highlighter
Highlight to share.
Highly Highlighter क्या है?
Highly Highlighter http://highly.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight to share."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highly Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing. Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere. Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hjpahjhcglfdopbholajmhpamgblhjhg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg |
विवरण | Highlight to share. |
फ़ाइल का आकार | 1.29 MB |
स्थापना संख्या | 8,616 |
वर्तमान संस्करण | 3.18 |
अंतिम अपडेट | 2018-11-13 |
प्रकाशन तिथि | 2018-11-13 |
रेटिंग | 4.30/5 कुल 388 रेटिंग्स |
डेवलपर | http://highly.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.highly.co |
सहायता पृष्ठ URL | http://www.highly.co/howto |
गोपनीयता नीति पृष्ठ URL | http://www.highly.co/legal |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highly Highlighter", "short_name": "Highly", "description": "Highlight to share.", "version": "3.18", "options_page": "html\/highly_options.html", "permissions": [ "activeTab", "tabs", "notifications", "cookies", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "background": { "scripts": [ "javascript\/foundation-chrome-background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [], "js": [ "javascript\/foundation-chrome-content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Highly \u2192 Type [ ! ] to Highlight", "default_icon": "\/images\/chrome-button-off.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png", "html\/highly_welcome.html", "fonts\/*", "images\/*" ], "icons": { "16": "images\/hicon_16.png", "32": "images\/hicon_32.png", "48": "images\/hicon_48.png", "128": "images\/hicon_128.png" } } |