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
扩展基本信息
名称 | 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" } } |