Notemark — Quick note web pages to view later
A better way to bookmark things you only need for a short while.
Notemark — Quick note web pages to view later란 무엇입니까?
Notemark — Quick note web pages to view later은(는) Notemark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better way to bookmark things you only need for a short while."입니다.
확장 프로그램 스크린샷
Notemark — Quick note web pages to view later 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HOW TO: After you've added it to Chrome, go on any page and click the extension icon, then click on the heart. Who made this? - Maxwell A. Davis (designer, StudioTBT) - Tomáš Taro (developer, Adblock)
확장 프로그램 기본 정보
이름 | Notemark — Quick note web pages to view later |
ID | oiapehpmnmpkgkgoiampkknhgglapcak |
공식 URL | https://chromewebstore.google.com/detail/notemark-%E2%80%94-quick-note-web/oiapehpmnmpkgkgoiampkknhgglapcak |
설명 | A better way to bookmark things you only need for a short while. |
파일 크기 | 60.67 KB |
설치 횟수 | 203 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-11-14 |
출시 날짜 | 2015-11-14 |
평점 | 4.19/5 총 16 개의 평점 |
개발자 | Notemark |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notemark \u2014 Quick note web pages to view later", "short_name": "Notemark", "version": "1.2", "browser_action": { "default_icon": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "48": "img\/icon48.png" }, "default_popup": "button\/popup.html", "default_title": "Sites noted with Notemark" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "A better way to bookmark things you only need for a short while.", "incognito": "spanning", "manifest_version": 2, "minimum_chrome_version": "41.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ] } |