Papier

Open a new tab and trap your best thoughts.

Papier là gì?

Papier là một tiện ích mở rộng Chrome được phát triển bởi https://papier.app, và tính năng chính của nó là "Open a new tab and trap your best thoughts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Papier

Tải xuống các tệp mở rộng Papier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Papier Papier
ID hhjeaokafplhjoogdemakihhdhffacia
URL Chính Thức https://chromewebstore.google.com/detail/papier/hhjeaokafplhjoogdemakihhdhffacia
Mô tả Open a new tab and trap your best thoughts.
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 50,253
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2021-10-16
Ngày Phát Hành 2021-10-16
Đánh Giá 4.29/5 Tổng số 300 Đánh Giá
Nhà Phát Triển https://papier.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://papier.app
URL Trang Trợ Giúp https://papier.app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}