Dashboard & Search Bookmarks

replace newtab page

What is Dashboard & Search Bookmarks?

Dashboard & Search Bookmarks is a Chrome extension developed by whale.shark, and its main feature is "replace newtab page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dashboard & Search Bookmarks Extension CRX File

Download Dashboard & Search Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 버그
1. 동시에 여러창을 띄었을 경우, Jquery 모듈 충돌 수정.


1. Bookmark 기본기능
  - Title 수정 
  - 삭제
  - 그외 기능은은 Bookmark detail로 제공. 
  - 등록된 Bookmark를 Domain별로 정렬
  - 방문한 Site를 실시간으로 확인 (5초마다 갱신)

2. 북마크 검색 
  - 연결이 끊긴 사이트 표시.
  - Bookmark 검색
  - Bookmark Sync가 필수

3. Chrome 배경화면 커스텀
  - 배경화면 이미지를 사용자 임의로 변경가능
  - 현재 위치 날씨 , 현재 날짜, 시간,  Google 검색 Input Box 표시 (Enable / Disable 가능)

4. 개선사항
  - Bookmark 검색 품질 향상.
  - Bookmark 크롤링 품질 향상.


※ 크롬을 사용하면서 불편했던 부분을, 개인적으로 사용할 목적으로 개발하였습니다. 
많은 관심부탁드려요~                    

Extension Basic Information

Name Dashboard & Search Bookmarks Dashboard & Search Bookmarks
ID mdhpjcaalbbjbhdcmdkgfppiiollkedc
Official URL https://chromewebstore.google.com/detail/dashboard-search-bookmark/mdhpjcaalbbjbhdcmdkgfppiiollkedc
Description replace newtab page
File Size 1.36 MB
Installation Count 51
Current Version 2.0.1
Last Updated 2016-11-03
Publish Date 2016-11-02
Rating 4.67/5 Total 9 Ratings
Developer whale.shark
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dashboard & Search Bookmarks",
    "description": "replace newtab page",
    "version": "2.0.1",
    "manifest_version": 2,
    "icons": {
        "24": "img\/fav24.png",
        "128": "img\/fav128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "background",
        "",
        "history",
        "system.cpu",
        "topSites",
        "chrome:\/\/favicon\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.yahooapis.com; object-src 'self'"
}