Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Browser Notes & Reminders란 무엇입니까?
Browser Notes & Reminders은(는) ZhivoTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension which allows you to manage notes in the new tab window"입니다.
확장 프로그램 스크린샷
Browser Notes & Reminders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. A simple extension which allows you to manage your notes in the new tab window.
확장 프로그램 기본 정보
이름 | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
공식 URL | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
설명 | A simple extension which allows you to manage notes in the new tab window |
파일 크기 | 947 KB |
설치 횟수 | 196 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-11-30 |
출시 날짜 | 2019-11-29 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | ZhivoTech |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.meowplayground.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes & Reminders", "version": "1.0.0", "description": "A simple extension which allows you to manage notes in the new tab window", "background": { "persistent": true, "scripts": [ "\/js\/bg.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*.png", "js\/*.png", "images\/*.jpg", "images\/*.svg", "js\/*.json", "js\/*.atlas", "sound\/*.mp3" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'" } |