Simple bookmark

Save your favorite websites or save opened tabs, if you may need them in future, with a single click.

什么是Simple bookmark?

Simple bookmark是由levishuberherbrand开发的Chrome扩展程序,该扩展的主要功能是“Save your favorite websites or save opened tabs, if you may need them in future, with a single click.”。

扩展截图

screenshot
screenshot

下载Simple bookmark扩展crx文件

下载Simple bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Save all your currents tabs with one click!

Open all webs of a folder also with one click.

Easiest way to search and organize your bookmarks.                    

扩展基本信息

名称 Simple bookmark Simple bookmark
ID aecodjadibpbgapelmdheknchoeplfgi
官方URL https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi
简介 Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
文件大小 77.19 KB
安装次数 30
当前版本 6.9
更新时间 2022-01-20
上架时间 2019-02-23
评分 5.00/5 共1次评分
开发者 levishuberherbrand
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://blintic.com/policy.html
支持的语言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple bookmark",
    "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
    "version": "6.9",
    "default_locale": "en",
    "icons": {
        "24": "star.png",
        "128": "star.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "jquery-1.js"
    },
    "action": {
        "default_icon": "star.png",
        "default_popup": "popup.html"
    }
}