Quick Bookmarks

A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…

Quick Bookmarksとは何ですか?

Quick BookmarksはMichal Sukupčákによって開発されたChromeの拡張機能で、その主な機能は「A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Quick Bookmarks拡張機能のCRXファイルをダウンロード

Quick Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A convenient way how to access your Chrome bookmarks from any website you're currently browsing.

Extension serves only as a bookmark viewer and uses existing bookmark system in Chrome - no need to create additional accounts or configuration, everything is based off Chrome's Bookmarks API.


-----------------------------
Changelog:

1.0.1: Bugfixes and minor UI improvements
- too many entries in a folder no longer break footer
- bookmarks moved above folders
- bookmarks and folders are now separated with a line
- new scrollbar style

-----------------------------

This tiny project was done in one afternoon and source code is published on Github: 
https://github.com/michalsukupcak/Quick-Bookmarks

If you have any suggestions for improvements or additional features, feel free to contact me or create an issue on Github.                    

拡張機能の基本情報

名前 Quick Bookmarks Quick Bookmarks
ID ngjhfblpldlbjepafgfogecbiengkkbi
公式URL https://chrome.google.com/webstore/detail/quick-bookmarks/ngjhfblpldlbjepafgfogecbiengkkbi
説明 A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…
ファイルサイズ 93.04 KB
インストール数 262
現在のバージョン 1.0.1
最終更新日 2015-09-04
公開日 2015-09-04
評価 5.00/5 合計 1 レビュー
開発者 Michal Sukupčák
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Quick Bookmarks",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}