Protopage Start Page

Protopage Start Page

Protopage Start Page là gì?

Protopage Start Page là một tiện ích mở rộng Chrome được phát triển bởi https://www.protopage.com, và tính năng chính của nó là "Protopage Start Page".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Protopage Start Page 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

                        Protopage is your own personal start page. 

It can import news headlines from almost any web site. Read your own selection of news and blogs, keep bookmarks, to-do lists, sticky notes, and much more.

This extension gives you quick access to your Protopage, and lets you easily add news feeds and bookmarks to your start page from any site web site that you are visiting in your web browser.

Privacy assurance

This extension does not disclose your web browsing activity in any way to any party, and is never transmitted outside of your computer. This extension is designed solely to give you easy access to your Protopage start page and to help you add bookmarks and news feeds to your Protopage.                    

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

Tên Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
URL Chính Thức https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
Mô tả Protopage Start Page
Kích Thước Tệp 289 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.41
Cập Nhật Lần Cuối 2023-11-27
Ngày Phát Hành 2018-09-09
Đánh Giá 3.98/5 Tổng số 40 Đánh Giá
Nhà Phát Triển https://www.protopage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.protopage.com
URL Trang Trợ Giúp https://www.protopage.com/_api/contact
URL Trang Chính Sách Bảo Mật https://www.protopage.com/web/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Protopage Start Page",
    "description": "Protopage Start Page",
    "version": "1.41",
    "icons": {
        "128": "images\/extension-icon128.png",
        "48": "images\/extension-icon48.png",
        "16": "images\/extension-icon16.png"
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.protopage.com\/*"
            ],
            "js": [
                "ext-pp-concatenated-sources-contentscript-protopage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "ext-pp-concatenated-sources-background.js"
    },
    "host_permissions": [
        "*:\/\/*.protopage.com\/*"
    ]
}