Void

Bookmark web pages to Void

What is Void?

Void is a Chrome extension developed by https://voidapp.co, and its main feature is "Bookmark web pages to Void".

Extension Screenshots

screenshot

Download Void Extension CRX File

Download Void extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Void Void
ID ibhdpomfalkdcjnmoicdjleclagcifnl
Official URL https://chromewebstore.google.com/detail/void/ibhdpomfalkdcjnmoicdjleclagcifnl
Description Bookmark web pages to Void
File Size 341 KB
Installation Count 23
Current Version 1.1.2
Last Updated 2021-03-07
Publish Date 2019-09-29
Developer https://voidapp.co
Email [email protected]
Payment Type free
Extension Website https://voidapp.co
Help Page URL https://voidapp.co/help
Privacy Policy Page URL https://voidapp.co/privacy
Supported Languages 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"
    ]
}