Awesome Bookmarks

Let you quickly search through your bookmarks in a floating bookmarks bar. It can even show notifications with no.tify.

Awesome Bookmarks란 무엇입니까?

Awesome Bookmarks은(는) https://mauricelam.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let you quickly search through your bookmarks in a floating bookmarks bar. It can even show notifications with no.tify."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        no.tify (Companion extension for showing notifications): https://chrome.google.com/extensions/detail/cepkiiaikapljlmgjlipdnafoeojbepp/

::::: Features :::::
▪ The bar doesn't take up any space, and is there only when you need it. Press the star icon to fire it up. 
▪ Type on the bar to search bookmarks. Which include not only bookmarks on the bar but also other (Chrome) bookmarks as well. 
Like QuickSilver/Launchy for your Bookmarks! :-)
▪ Press enter to go to the first bookmark. Use arrow keys to navigate around if you don't like the mouse. 
▪ Press alt-enter to open the bookmark in a new tab
▪ Install no.tify extension to get notifications on unread emails, unread blog posts / RSS feeds and changes on your favorite sites.

::::: Note ::::: 
There is a button on the right side of the blue bar in the options page to revert all your bookmarks name to the original ones (remove the notification numbers). You would like to do that before you uninstall or you will have to rename them manually.                    

확장 프로그램 기본 정보

이름 Awesome Bookmarks Awesome Bookmarks
ID faonjcpbmjjkknfgoajmjadgdimkhacm
공식 URL https://chromewebstore.google.com/detail/awesome-bookmarks/faonjcpbmjjkknfgoajmjadgdimkhacm
설명 Let you quickly search through your bookmarks in a floating bookmarks bar. It can even show notifications with no.tify.
파일 크기 408 KB
설치 횟수 523
현재 버전 1.18
최근 업데이트 2013-11-01
출시 날짜 2013-11-01
평점 3.33/5 총 30 개의 평점
개발자 https://mauricelam.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/mauricelam/ScrollMaps/blob/chrome/privacy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Bookmarks",
    "short_name": "Bookmarks",
    "version": "1.18",
    "manifest_version": 2,
    "description": "Let you quickly search through your bookmarks in a floating bookmarks bar. It can even show notifications with no.tify. ",
    "background": {
        "scripts": [
            "include\/js\/jquery-1.9.0.min.js",
            "js\/notifyname.js",
            "js\/pref.js",
            "js\/counter.js",
            "js\/bookmarks.js",
            "js\/namechange.js",
            "js\/events.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/favicon.png",
        "48": "images\/icon_48.png"
    },
    "browser_action": {
        "default_icon": "images\/popup.png",
        "default_title": "Awesome Bookmarks",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "MacCtrl+B"
            }
        }
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "bookmarks",
        "contextMenus"
    ]
}