Mark
All the articles and web pages you love right on your new tab page.
Mark란 무엇입니까?
Mark은(는) http://getmark.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All the articles and web pages you love right on your new tab page."입니다.
확장 프로그램 스크린샷
Mark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mark allows you to save any web page, article you want to keep for later right on you new tab/new window page in Google Chrome. Sick of keeping dozens of tabs open ? of sending yourself articles by email ? or to save pages in bookmark folders or apps you never go to afterwards ? Save pages that matter to you at the only place you go dozens of times a day : your Chrome "new tab" page ! Whether it's an interesting article you really want to remind yourself to read later, or some pages about a trip you're planning with a friend, or some work project for which you want to keep some searches you made within close reach, Mark is just one tab away. Features ✔ Mark any web page, article right on your new tab page in Chrome ✔ Delete them when you're done ✔ Get your reading done! Happy reading!
확장 프로그램 기본 정보
이름 | |
ID | fnmcfbcfdlkpflfbabbnomdloookfonb |
공식 URL | https://chrome.google.com/webstore/detail/mark/fnmcfbcfdlkpflfbabbnomdloookfonb |
설명 | All the articles and web pages you love right on your new tab page. |
파일 크기 | 821 KB |
설치 횟수 | 39 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2019-04-03 |
출시 날짜 | 2019-04-03 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | http://getmark.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.getmark.app |
도움말 페이지 URL | https://getmark.app/help.html |
개인정보 보호 정책 페이지 URL | https://getmark.app/legal.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Mark", "name": "Mark", "author": "Claire Chabas", "description": "All the articles and web pages you love right on your new tab page.", "version": "1.0.4", "icons": { "16": "icon-16.png", "19": "icon-19.png", "24": "icon-19.png", "32": "icon-19.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "getpagedata.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-16.png", "default_title": "Mark this page", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |