Add to minimarks
Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.
Was ist Add to minimarks?
Add to minimarks ist eine Chrome-Erweiterung, die von Bitzag entwickelt wurde, und ihr Hauptmerkmal ist "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.".
Erweiterungsscreenshots
Add to minimarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add to minimarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Bookmark tabs by clicking the minimarks toolbar icon. This is the official minimarks extension for Google Chrome.
Grundlegende Informationen zur Erweiterung
Name | Add to minimarks |
ID | kbjkgiaflacciaflkjkibgohccalnpna |
Offizielle URL | https://chromewebstore.google.com/detail/add-to-minimarks/kbjkgiaflacciaflkjkibgohccalnpna |
Beschreibung | Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon. |
Dateigröße | 15.94 KB |
Installationsanzahl | 122 |
Aktuelle Version | 1.3 |
Letztes Update | 2022-10-31 |
Veröffentlichungsdatum | 2022-10-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Bitzag |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://get.minimarks.io |
Hilfeseite URL | https://help.minimarks.io |
Unterstützte Sprachen | 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 } |