Void

Bookmark web pages to Void

Hvad er Void?

Void er en Chrome-udvidelse udviklet af https://voidapp.co, og dens hovedfunktion er "Bookmark web pages to Void".

Udvidelsesskærmbilleder

screenshot

Download Void-udvidelses-CRX-fil

Download Void-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Void Void
ID ibhdpomfalkdcjnmoicdjleclagcifnl
Officiel URL https://chromewebstore.google.com/detail/void/ibhdpomfalkdcjnmoicdjleclagcifnl
Beskrivelse Bookmark web pages to Void
Filstørrelse 341 KB
Antal Installationer 23
Nuværende Version 1.1.2
Senest Opdateret 2021-03-07
Udgivelsesdato 2019-09-29
Udvikler https://voidapp.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://voidapp.co
Hjælpeside-URL https://voidapp.co/help
URL til Fortrolighedspolitik Side https://voidapp.co/privacy
Understøttede Sprog 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"
    ]
}