Pau | Bookmark Manager

Organize your bookmarks fast and easy with Pau bookmark manager

Pau | Bookmark Manager là gì?

Pau | Bookmark Manager là một tiện ích mở rộng Chrome được phát triển bởi https://pauapp.com, và tính năng chính của nó là "Organize your bookmarks fast and easy with Pau bookmark manager".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Pau | Bookmark Manager 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

                        A powerful browser extension to boots your productivity on your day-to-day, it's the easiest way to save, access, organize and manage your most used links and bookmarks

"Save it once, use it forever"

Learn more: https://pauapp.com/

______________________________________________

Group your bookmarks by collections
Create collections by context to stay organized. - set it once and forget about it.

Multiple Layouts
Customize the layout to make it work the way you want it to. - take advantage from each one.

Share Collections
Share your collection easily with your team/clients. - it's like givint them the whole context

Use the theme that fits you
Choose the best theme that better fits your personality. - try out the featured ones!
Check out trending themes in here: https://www.pauapp.com/themes                    

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

Tên Pau | Bookmark Manager Pau | Bookmark Manager
ID oiblkeiiodficdoblmjihonngeejcmbo
URL Chính Thức https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo
Mô tả Organize your bookmarks fast and easy with Pau bookmark manager
Kích Thước Tệp 8.25 MB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 3.4.0
Cập Nhật Lần Cuối 2022-09-15
Ngày Phát Hành 2020-06-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://pauapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pauapp.com/
URL Trang Trợ Giúp https://www.pauapp.com/privacy-plolicy/
URL Trang Chính Sách Bảo Mật https://www.pauapp.com/privacy-plolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pau | Bookmark Manager",
    "description": "Organize your bookmarks fast and easy with Pau bookmark manager",
    "version": "3.4.0",
    "manifest_version": 3,
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Open Pau popup",
        "default_popup": "index.html?popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pauapp.com\/collections*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScriptCss.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}