Bookmark Extension

This extension displays your Chrome Bookmarks

Bookmark Extension란 무엇입니까?

Bookmark Extension은(는) eogiesoba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays your Chrome Bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bookmark Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Bookmark Extension Bookmark Extension
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'"
}