Bookmark Extension
This extension displays your Chrome Bookmarks
什么是Bookmark Extension?
Bookmark Extension是由eogiesoba开发的Chrome扩展程序,该扩展的主要功能是“This extension displays your Chrome Bookmarks”。
扩展截图
下载Bookmark Extension扩展crx文件
下载Bookmark Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmark Extension is an application that makes a database copy of your Google Chrome bookmarks and then renders them in a personal library. From the library you can search for a Bookmark by its title, access a bookmark's web page, create folders, assign the folders to the bookmarks and sort them accordingly. It is a simple user friendly interface that can help organize all your bookmarks in 1 place. Contributors: Efosa Ogiesoba Susan Lippa Faizan Salman
扩展基本信息
名称 | |
ID | bmcedhkdcpghcododeoabjphojpigcoe |
官方URL | https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe |
简介 | This extension displays your Chrome Bookmarks |
文件大小 | 11.46 MB |
安装次数 | 38 |
当前版本 | 1.5 |
更新时间 | 2018-03-21 |
上架时间 | 2018-03-21 |
评分 | 5.00/5 共1次评分 |
开发者 | eogiesoba |
付费类型 | free |
扩展官网 | https://github.com/eogiesoba/Bookmark_App_rep |
帮助页面URL | https://chrome-bookmark-app.herokuapp.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Extension", "description": "This extension displays your Chrome Bookmarks", "version": "1.5", "browser_action": { "default_icon": "public\/images\/bookmark.png", "default_popup": "public\/extension.html", "default_title": "Bookmark Extension" }, "permissions": [ "bookmarks", "activeTab", "all_urls", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |