BookmarkBy

An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics

什么是BookmarkBy?

BookmarkBy是由bookmarkby开发的Chrome扩展程序,该扩展的主要功能是“An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载BookmarkBy扩展crx文件

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

扩展使用说明

                        You will be amazed to see what you can do with your bookmarks!

===Features===
Search your bookmarks from any tabs with just one click.
See your Most bookmarked sites and Most clicked Bookmarks in Full view.
Search your bookmarks with ease. Search all or within a folder, sort them to find what matters.
Share your bookmarks on social media with one click.
Filter your bookmarks by folder, Edit or Delete them based on your need.

===V 1.0.2 update===
Bugfix for longer URLs in'Most Bookmarked sites' card                    

扩展基本信息

名称 BookmarkBy BookmarkBy
ID ondbeojkdmaaafddmfdlpgcdfkldemio
官方URL https://chromewebstore.google.com/detail/bookmarkby/ondbeojkdmaaafddmfdlpgcdfkldemio
简介 An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics
文件大小 1.35 MB
安装次数 104
当前版本 1.0.2
更新时间 2020-02-09
上架时间 2020-02-09
评分 4.62/5 共21次评分
开发者 bookmarkby
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkBy",
    "author": "Anirban, Animesh, Ayan, Soham",
    "version": "1.0.2",
    "description": "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics",
    "icons": {
        "16": "bookmarkby_icon16.png",
        "48": "bookmarkby_icon48.png",
        "128": "bookmarkby_icon128.png"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "BookmarkBy",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}