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
官方網址 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'"
}