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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mauricelam.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย Awesome Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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