Papier
Open a new tab and trap your best thoughts.
Vad är Papier?
Papier är en Chrome-tillägg utvecklad av https://papier.app, och dess huvudfunktion är "Open a new tab and trap your best thoughts.".
Tilläggsskärmbilder
Ladda ner Papier-förlängningens CRX-fil
Ladda ner Papier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hhjeaokafplhjoogdemakihhdhffacia |
| Officiell webbadress | https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia |
| Beskrivning | Open a new tab and trap your best thoughts. |
| Filstorlek | 1.02 MB |
| Antal Installationer | 50,253 |
| Aktuell Version | 1.4.2 |
| Senast Uppdaterad | 2021-10-16 |
| Publiceringsdatum | 2021-10-16 |
| Betyg | 4.29/5 Totalt 300 Betyg |
| Utvecklare | https://papier.app |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://papier.app |
| Hjälpsida URL | https://papier.app |
| Stödda Språk | 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"
}
} | |