Add to minimarks

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

What is Add to minimarks?

Add to minimarks is a Chrome extension developed by Bitzag, and its main feature is "Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.".

Extension Screenshots

screenshot
screenshot

Download Add to minimarks Extension CRX File

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

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

Extension Basic Information

Name Add to minimarks Add to minimarks
ID kbjkgiaflacciaflkjkibgohccalnpna
Official URL https://chromewebstore.google.com/detail/add-to-minimarks/kbjkgiaflacciaflkjkibgohccalnpna
Description Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.
File Size 15.94 KB
Installation Count 122
Current Version 1.3
Last Updated 2022-10-31
Publish Date 2022-10-24
Rating 5.00/5 Total 2 Ratings
Developer Bitzag
Email [email protected]
Payment Type free
Extension Website https://get.minimarks.io
Help Page URL https://help.minimarks.io
Supported Languages 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
}