daily tabs

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

Hvad er daily tabs?

daily tabs er en Chrome-udvidelse udviklet af octakon, og dens hovedfunktion er "A Google Chrome extension inspired by the morning cofee extension for FireFox.".

Udvidelsesskærmbilleder

screenshot

Download daily tabs-udvidelses-CRX-fil

Download daily tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn daily tabs daily tabs
ID igjhcbjcjfiapkimpggjemgbjjgamgdi
Officiel URL https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi
Beskrivelse A Google Chrome extension inspired by the morning cofee extension for FireFox.
Filstørrelse 446 KB
Antal Installationer 233
Nuværende Version 0.1.7
Senest Opdateret 2017-01-17
Udgivelsesdato 2017-01-17
Udvikler octakon
Betalingsmetode free
Udvidelseswebsted https://github.com/octakon/dayli-tabs-chrome
Hjælpeside-URL https://github.com/octakon/dayli-tabs-chrome/issues
Understøttede Sprog 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"
    }
}