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文件
下載Papier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | hhjeaokafplhjoogdemakihhdhffacia |
| 官方網址 | 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"
}
} | |