Coder Rants

Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab

Coder Rants là gì?

Coder Rants là một tiện ích mở rộng Chrome được phát triển bởi N00B, và tính năng chính của nó là "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".

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

screenshot
screenshot
screenshot

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

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

                        Coder Rant is an extension which helps you to get new rants whenever you open your newtab.
Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.                    

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

Tên Coder Rants Coder Rants
ID beheigghcoemllkkbiplpejjefjaigbe
URL Chính Thức https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe
Mô tả Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Kích Thước Tệp 878 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-10
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển N00B
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://soumyajitdutta.ml/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Rants",
    "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab",
    "version": "2.1",
    "icons": {
        "16": "images\/code_80-512.png",
        "48": "images\/code_80-512.png",
        "128": "images\/code_80-512.png"
    },
    "browser_action": {
        "default_icon": "images\/code_80-512.png",
        "default_popup": "landing.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/*\/devrant*",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}