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 |
Eメール | [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" } } |