Add to minimarks

Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.

Hvad er Add to minimarks?

Add to minimarks er en Chrome-udvidelse udviklet af Bitzag, og dens hovedfunktion er "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Add to minimarks-udvidelses-CRX-fil

Download Add to minimarks-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

                        Bookmark tabs by clicking the minimarks toolbar icon. This is the official minimarks extension for Google Chrome.                    

Grundlæggende oplysninger om udvidelsen

Navn Add to minimarks Add to minimarks
ID kbjkgiaflacciaflkjkibgohccalnpna
Officiel URL https://chromewebstore.google.com/detail/add-to-minimarks/kbjkgiaflacciaflkjkibgohccalnpna
Beskrivelse Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.
Filstørrelse 15.94 KB
Antal Installationer 122
Nuværende Version 1.3
Senest Opdateret 2022-10-31
Udgivelsesdato 2022-10-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Bitzag
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://get.minimarks.io
Hjælpeside-URL https://help.minimarks.io
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to minimarks",
    "version": "1.3",
    "description": "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.",
    "icons": {
        "16": "icons\/minimarks-16x16.png",
        "48": "icons\/minimarks-48x48.png",
        "128": "icons\/minimarks-128x128.png"
    },
    "host_permissions": [
        "https:\/\/minimarks.io\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "Add to minimarks",
        "default_icon": "icons\/minimarks-64x64.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}