daily tabs

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

ما هو daily tabs؟

daily tabs هو إضافة Chrome تم تطويرها بواسطة octakon، والميزة الرئيسية لها هي "A Google Chrome extension inspired by the morning cofee extension for FireFox.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة daily tabs

قم بتنزيل ملفات الامتداد daily tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}