Morning Espresso

Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.

Morning Espressoとは何ですか?

Morning Espressoはohsatgamesによって開発されたChromeの拡張機能で、その主な機能は「Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.」です。

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

screenshot

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

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

拡張機能の使用方法

                        My take on the popular Firefox extension Morning Coffee. Organize websites by day and open them up simultaneously with a click while you enjoy your morning espresso, coffee or even tea.                    

拡張機能の基本情報

名前 Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
公式URL https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm
説明 Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
ファイルサイズ 52.68 KB
インストール数 391
現在のバージョン 0.8.2
最終更新日 2016-10-23
公開日 2016-10-23
評価 3.00/5 合計 3 レビュー
開発者 ohsatgames
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.ohsat.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morning Espresso",
    "short_name": "Espresso",
    "description": "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.",
    "version": "0.8.2",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "mainmenu.html",
        "default_title": "Grab a cup!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}