Highly Highlighter
Highlight to share.
Highly Highlighter란 무엇입니까?
Highly Highlighter은(는) http://highly.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight to share."입니다.
확장 프로그램 스크린샷
Highly Highlighter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |