Coder Quotes

Programming quotes will shows when you open every new tab in chrome

Coder Quotes là gì?

Coder Quotes là một tiện ích mở rộng Chrome được phát triển bởi http://ajithvgiri.com, và tính năng chính của nó là "Programming quotes will shows when you open every new tab in chrome".

Ả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 Coder Quotes

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

                        Introducing Coder Quotes - .

Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. 

Coder quotes is your online library for programmer quotes.                    

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

Tên Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
URL Chính Thức https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
Mô tả Programming quotes will shows when you open every new tab in chrome
Kích Thước Tệp 17.55 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-11-17
Ngày Phát Hành 2018-11-17
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://ajithvgiri.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ajithvgiri/coder_quotes
URL Trang Trợ Giúp https://github.com/ajithvgiri/coder_quotes
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Quotes",
    "short_name": "coder quotes",
    "description": "Programming quotes will shows when you open every new tab in chrome",
    "version": "1.3",
    "author": "Ajith v Giri",
    "browser_action": {
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}