Condensed Grid Bookmarks

A condensed bookmark page aimed at displaying maximum number of links.

Condensed Grid Bookmarks란 무엇입니까?

Condensed Grid Bookmarks은(는) rsullivandeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A condensed bookmark page aimed at displaying maximum number of links."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Condensed Grid Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool redesigns the new tab page to provide an intelligent layout of grouped bookmarks. It places an emphasis on maximizing available screen real estate for higher productivity.

Powered by Semantic UI and Unsplash, Condensed Grid Bookmarks provides beauty in its simplicity as a start page solution.                    

확장 프로그램 기본 정보

이름 Condensed Grid Bookmarks Condensed Grid Bookmarks
ID egmlpibcgclgkdaaibdlngljkaheeicl
공식 URL https://chromewebstore.google.com/detail/condensed-grid-bookmarks/egmlpibcgclgkdaaibdlngljkaheeicl
설명 A condensed bookmark page aimed at displaying maximum number of links.
파일 크기 110 KB
설치 횟수 24
현재 버전 0.214
최근 업데이트 2019-06-08
출시 날짜 2019-06-07
평점 4.00/5 총 1 개의 평점
개발자 rsullivandeveloper
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Condensed Grid Bookmarks",
    "version": "0.214",
    "description": "A condensed bookmark page aimed at displaying maximum number of links.",
    "permissions": [
        "bookmarks",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "favicon.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}