daily tabs

A Google Chrome extension inspired by the morning cofee extension for FireFox.

daily tabsとは何ですか?

daily tabsはoctakonによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome extension inspired by the morning cofee extension for FireFox.」です。

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

screenshot

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

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

拡張機能の使用方法

                        You can use this extension to open all your websites that you visit regularly with just one click.                    

拡張機能の基本情報

名前 daily tabs daily tabs
ID igjhcbjcjfiapkimpggjemgbjjgamgdi
公式URL https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi
説明 A Google Chrome extension inspired by the morning cofee extension for FireFox.
ファイルサイズ 446 KB
インストール数 233
現在のバージョン 0.1.7
最終更新日 2017-01-17
公開日 2017-01-17
開発者 octakon
支払い方法 free
拡張機能のウェブサイト https://github.com/octakon/dayli-tabs-chrome
ヘルプページのURL https://github.com/octakon/dayli-tabs-chrome/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/daily-tabs_logo_16.png",
        "128": "images\/daily-tabs_logo_128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/daily-tabs_logo_19.png",
            "38": "images\/daily-tabs_logo_38.png"
        },
        "default_title": "daily tabs",
        "default_popup": "popup.html"
    }
}