Papier
Open a new tab and trap your best thoughts.
Papier란 무엇입니까?
Papier은(는) https://papier.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a new tab and trap your best thoughts."입니다.
확장 프로그램 스크린샷
Papier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Got something on your mind? Did you know that the average person has about 60,000 thoughts a day? And that we spend about 7 hours looking at screens? Now with the Papier extension for Chrome, just open a new tab and trap your best thoughts. They'll be backed up directly to Chrome: no accounts, no syncing. Simple, clean, and distraction-free, Papier declutters your thoughts so you can focus on the content. Let nothing get in the way of your notes. Made with 💚 by Muxu.Muxu
확장 프로그램 기본 정보
이름 | Papier |
ID | hhjeaokafplhjoogdemakihhdhffacia |
공식 URL | https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia |
설명 | Open a new tab and trap your best thoughts. |
파일 크기 | 1.02 MB |
설치 횟수 | 50,253 |
현재 버전 | 1.4.2 |
최근 업데이트 | 2021-10-16 |
출시 날짜 | 2021-10-16 |
평점 | 4.29/5 총 300 개의 평점 |
개발자 | https://papier.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://papier.app |
도움말 페이지 URL | https://papier.app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Papier", "description": "Open a new tab and trap your best thoughts.", "version": "1.4.2", "author": "Muxu\u2022Muxu", "homepage_url": "https:\/\/muxumuxu.com\/", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "38": "images\/icon48.png" }, "default_title": "Open Papier" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |