Papier
Open a new tab and trap your best thoughts.
Co je Papier?
Papier je rozšíření Chrome vyvinuté https://papier.app, a jeho hlavní funkcí je „Open a new tab and trap your best thoughts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Papier
Stáhněte si soubory rozšíření Papier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Papier |
ID | hhjeaokafplhjoogdemakihhdhffacia |
Oficiální URL | https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia |
Popis | Open a new tab and trap your best thoughts. |
Velikost souboru | 1.02 MB |
Počet instalací | 50,253 |
Aktuální Verze | 1.4.2 |
Poslední Aktualizace | 2021-10-16 |
Datum Vydání | 2021-10-16 |
Hodnocení | 4.29/5 Celkem 300 Hodnocení |
Vývojář | https://papier.app |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://papier.app |
URL Stránky Nápovědy | https://papier.app |
Podporované Jazyky | 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" } } |