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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}