daily tabs

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

daily tabs là gì?

daily tabs là một tiện ích mở rộng Chrome được phát triển bởi octakon, và tính năng chính của nó là "A Google Chrome extension inspired by the morning cofee extension for FireFox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng daily tabs

Tải xuống các tệp mở rộng daily tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên daily tabs daily tabs
ID igjhcbjcjfiapkimpggjemgbjjgamgdi
URL Chính Thức https://chrome.google.com/webstore/detail/daily-tabs/igjhcbjcjfiapkimpggjemgbjjgamgdi
Mô tả A Google Chrome extension inspired by the morning cofee extension for FireFox.
Kích Thước Tệp 446 KB
Số Lần Cài Đặt 233
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2017-01-17
Ngày Phát Hành 2017-01-17
Nhà Phát Triển octakon
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/octakon/dayli-tabs-chrome
URL Trang Trợ Giúp https://github.com/octakon/dayli-tabs-chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}