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
公式URL 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
Eメール [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
}