Highly Highlighter
Highlight to share.
什么是Highly Highlighter?
Highly Highlighter是由http://highly.co开发的Chrome扩展程序,该扩展的主要功能是“Highlight to share.”。
扩展截图
下载Highly Highlighter扩展crx文件
下载Highly Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |