Void

Bookmark web pages to Void

Void là gì?

Void là một tiện ích mở rộng Chrome được phát triển bởi https://voidapp.co, và tính năng chính của nó là "Bookmark web pages to Void".

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

screenshot

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

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

                        Read + Retain in a distracted world

Void exists somewhere between Getting Things Done™ (GTD), bookmarks and read later helping you decide upon and focus on the important stuff

https://voidapp.co                    

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

Tên Void Void
ID ibhdpomfalkdcjnmoicdjleclagcifnl
URL Chính Thức https://chromewebstore.google.com/detail/void/ibhdpomfalkdcjnmoicdjleclagcifnl
Mô tả Bookmark web pages to Void
Kích Thước Tệp 341 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-03-07
Ngày Phát Hành 2019-09-29
Nhà Phát Triển https://voidapp.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://voidapp.co
URL Trang Trợ Giúp https://voidapp.co/help
URL Trang Chính Sách Bảo Mật https://voidapp.co/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Bookmark web pages to Void",
    "manifest_version": 2,
    "name": "Void",
    "version": "1.1.2",
    "homepage_url": "https:\/\/voidapp.co",
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "32": "icons\/void-32.png",
        "48": "icons\/void-48.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "page": "background-page.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Void",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "icons\/icon-19.png",
        "icons\/icon-38.png",
        "icons\/icon-38-dull.png",
        "icons\/void-32.png",
        "icons\/void-48.png"
    ]
}