Bookolio

Startpage giving instant access to bookmarks, applications, recently closed tabs, most visited sites and over 20 search engines.

Bookolioとは何ですか?

BookolioはThe Bookolio Teamによって開発されたChromeの拡張機能で、その主な機能は「Startpage giving instant access to bookmarks, applications, recently closed tabs, most visited sites and over 20 search engines.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        [Mac OS X users, please consider reading the notes below.]

[Have an issue ? Please read the CONTACT US section to see how to best get in touch.]

# DESCRIPTION :

For all those who are in search for a cool way to access your bookmarks, applications, your favorite search engines and much more, this sleek-looking extension is what you've been looking for.

The actual version provides the following search engines : 
Amazon, Ask, Baidu, Bing, Daylimotion, Deezer, deviantART, digg, DuckDuckGo eBay, Eurogamer, facebook, flickr, GameSpot, Google, IGN, MySpace, Picasa, Twitter, Wikipedia, Yahoo and YouTube.


# TRANSLATION :

Bookolio has been translated into 5 languages by :
    - The Bookolio Team (French, English & German)
    - Сергей Николаевич (Russian & Ukrainian)

If you would also like to translate Bookolio into your language, please consider contacting us and we will explain to you how to proceed.


# CONTACT US :

Please note that the best way to contact us is to to send us an email at : [email protected]. Don't use the reviews to ask your questions since we can't directly answer them if you don't leave your email address and avoid using the feedback feature because we never get an answer back when we ourselves answer your demand.

You can also follow us on one of the following social networks, for updates on new releases and other things to come :
    - Twitter  :  http://twitter.com/#!/bookolio 
    - Facebook  :  https://www.facebook.com/pages/Bookolio/336035736424095
    - Google+  :  https://plus.google.com/108308036696698404557


# IMPORTANT NOTES :

- to all the Mac OS X Lion users who've had scrolling issues. The issue is, for some strange reason, related to Mac and not Bookolio (since Bookolio doesn't manage the scrolling of the page). Thus we encourage you to update your Mac to version 10.7.4 (or later), since it has been reported by several users to solve the scrolling issue.

- on the Recently Closed Tabs : Bookolio doesn't take into account the tabs that were closed prior to it's installation.                    

拡張機能の基本情報

名前 Bookolio Bookolio
ID lbgmbgopjppdjfopndcniomnhpodajba
公式URL https://chrome.google.com/webstore/detail/bookolio/lbgmbgopjppdjfopndcniomnhpodajba
説明 Startpage giving instant access to bookmarks, applications, recently closed tabs, most visited sites and over 20 search engines.
ファイルサイズ 454 KB
インストール数 20,000
現在のバージョン 0.9.7.0
最終更新日 2015-04-15
公開日 2015-04-15
評価 4.37/5 合計 380 レビュー
開発者 The Bookolio Team
支払い方法 free
対応言語 de,en,fr,it,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookolio",
    "version": "0.9.7.0",
    "description": "Startpage giving instant access to bookmarks, applications, recently closed tabs, most visited sites and over 20 search engines.",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en",
    "permissions": [
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/",
        "tabs",
        "management",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}