Void

Bookmark web pages to Void

Wat is Void?

Void is een Chrome-extensie ontwikkeld door https://voidapp.co, en de belangrijkste functie is "Bookmark web pages to Void".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Void

Download Void-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Void Void
ID ibhdpomfalkdcjnmoicdjleclagcifnl
Officiële URL https://chromewebstore.google.com/detail/void/ibhdpomfalkdcjnmoicdjleclagcifnl
Beschrijving Bookmark web pages to Void
Bestandsgrootte 341 KB
Aantal Installaties 23
Huidige Versie 1.1.2
Laatst Bijgewerkt 2021-03-07
Publicatiedatum 2019-09-29
Ontwikkelaar https://voidapp.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://voidapp.co
Help Pagina-URL https://voidapp.co/help
URL van de Privacybeleid Pagina https://voidapp.co/privacy
Ondersteunde Talen 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"
    ]
}