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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |