Frequently visited websites

Provides a dropdown list of frequently visited sites.

Frequently visited websitesとは何ですか?

Frequently visited websitesはBillyMutt Appsによって開発されたChromeの拡張機能で、その主な機能は「Provides a dropdown list of frequently visited sites.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Provides a dropdown list of frequently visited websites, much like the dropdown list in the Internet Explorer address bar. The user may create different sets of websites (for example Everyday Sites, Workplaces, etc.) and switch between the sets as needed.                    

拡張機能の基本情報

名前 Frequently visited websites Frequently visited websites
ID aakelfaakdmnkfafecmmmplpeobcfpno
公式URL https://chrome.google.com/webstore/detail/frequently-visited-websit/aakelfaakdmnkfafecmmmplpeobcfpno
説明 Provides a dropdown list of frequently visited sites.
ファイルサイズ 74.62 KB
インストール数 454
現在のバージョン 0.1
最終更新日 2015-10-07
公開日 2015-10-07
評価 3.33/5 合計 3 レビュー
開発者 BillyMutt Apps
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Frequently visited websites",
    "description": "Provides a dropdown list of frequently visited sites.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon_new.png",
        "default_popup": "recent_urls.html"
    },
    "background": {
        "scripts": [
            "recent_urls_events.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "webNavigation"
    ]
}