Add to minimarks

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

什麼是Add to minimarks?

Add to minimarks是由Bitzag開發的Chrome擴展程式,該擴展的主要功能是“Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.”。

擴展截圖

screenshot
screenshot

下載Add to minimarks擴展crx文件

下載Add to minimarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Add to minimarks Add to minimarks
ID kbjkgiaflacciaflkjkibgohccalnpna
官方網址 https://chromewebstore.google.com/detail/add-to-minimarks/kbjkgiaflacciaflkjkibgohccalnpna
簡介 Official minimarks extension for Google Chrome. Bookmark the current tab by clicking the toolbar icon.
檔案大小 15.94 KB
安裝次數 122
目前版本 1.3
更新時間 2022-10-31
上架時間 2022-10-24
評分 5.00/5 共 2 次評分
開發者 Bitzag
電子郵箱 [email protected]
付費類型 free
擴展官網 https://get.minimarks.io
說明頁面URL https://help.minimarks.io
支援的語言 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
}