daily tabs

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

Wat is daily tabs?

daily tabs is een Chrome-extensie ontwikkeld door octakon, en de belangrijkste functie is "A Google Chrome extension inspired by the morning cofee extension for FireFox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie daily tabs

Download daily tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam daily tabs daily tabs
ID igjhcbjcjfiapkimpggjemgbjjgamgdi
Officiële URL https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi
Beschrijving A Google Chrome extension inspired by the morning cofee extension for FireFox.
Bestandsgrootte 446 KB
Aantal Installaties 233
Huidige Versie 0.1.7
Laatst Bijgewerkt 2017-01-17
Publicatiedatum 2017-01-17
Ontwikkelaar octakon
Betalingswijze free
Extensiewebsite https://github.com/octakon/dayli-tabs-chrome
Help Pagina-URL https://github.com/octakon/dayli-tabs-chrome/issues
Ondersteunde Talen 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"
    }
}