My Bookmarks Alpha
Manage your bookmarks with a simple and clean layout
什么是My Bookmarks Alpha?
My Bookmarks Alpha是由Hackety Apps开发的Chrome扩展程序,该扩展的主要功能是“Manage your bookmarks with a simple and clean layout”。
扩展截图
下载My Bookmarks Alpha扩展crx文件
下载My Bookmarks Alpha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager. Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly. My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.
扩展基本信息
名称 | My Bookmarks Alpha |
ID | ikdimglfjnihmbkaghnpcedcjddghcal |
官方URL | https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal |
简介 | Manage your bookmarks with a simple and clean layout |
文件大小 | 92.83 KB |
安装次数 | 74 |
当前版本 | 0.1.0 |
更新时间 | 2019-02-28 |
上架时间 | 2019-02-28 |
评分 | 3.25/5 共4次评分 |
开发者 | Hackety Apps |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Alpha", "version": "0.1.0", "manifest_version": 2, "description": "Manage your bookmarks with a simple and clean layout", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "bookmarks": "popup.html" }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "web_accessible_resources": [ "img\/*" ] } |