Developer Excuses

Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.

Developer Excuses là gì?

Developer Excuses là một tiện ích mở rộng Chrome được phát triển bởi Louis Grasset, và tính năng chính của nó là "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

Ả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 Developer Excuses

Tải xuống các tệp mở rộng Developer Excuses 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

                        Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !                    

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

Tên Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
URL Chính Thức https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
Mô tả Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2017-09-17
Ngày Phát Hành 2017-09-17
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Louis Grasset
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer Excuses",
    "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.",
    "version": "0.2.2",
    "permissions": [
        "http:\/\/*.developerexcuses.com\/",
        "storage"
    ],
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}