Papier

Open a new tab and trap your best thoughts.

Papierคืออะไร?

Papier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://papier.app และคุณลักษณะหลักของมันคือ "Open a new tab and trap your best thoughts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Papier

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}