Yellow highlighter pen for web
You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted…
Yellow highlighter pen for web란 무엇입니까?
Yellow highlighter pen for web은(는) https://marker.to에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted…"입니다.
확장 프로그램 스크린샷
Yellow highlighter pen for web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted version of page (with special short link) in social media, e--mail, IM etc. or just bookmark it with your favourite tool. It works with the regular web page, but DOES NOT work with PDF or MS Word documents due to technical restrictions. NEWS VER 1.8 update - Removed some excessive permissions VER 1.7 update - New Instant Highlighter for better Twitter and Facebook sharing VER 1.6 - Premium version available, read more from http://marker.to/premium - Highlighter works on HTTPS pages VER 1.5: - Now you can see you highlights from http://my.marker.to - You can get plugin for other browsers from http://marker.to site NOTE: Please try this tool outside of this page! Chrome extensions will not work on installation page! Have trouble running this tool? Please share your experience: http://marker.to/contact Or reach us at Twitter: @markerto
확장 프로그램 기본 정보
이름 | Yellow highlighter pen for web |
ID | lnmengjdnfjbochkdkcjbbpildacancp |
공식 URL | https://chromewebstore.google.com/detail/yellow-highlighter-pen-fo/lnmengjdnfjbochkdkcjbbpildacancp |
설명 | You can point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted… |
파일 크기 | 46.39 KB |
설치 횟수 | 86,873 |
현재 버전 | 1.8.4 |
최근 업데이트 | 2021-09-03 |
출시 날짜 | 2019-04-26 |
평점 | 3.40/5 총 494 개의 평점 |
개발자 | https://marker.to |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://marker.to |
도움말 페이지 URL | https://marker.to/contact |
개인정보 보호 정책 페이지 URL | http://marker.to/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yellow highlighter pen for web", "version": "1.8.4", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "marker.to - highlight and share", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "chrome.css" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |