freeCodeCamp.org Code Radio
Code Radio. 24/7 music designed for coding
freeCodeCamp.org Code Radio là gì?
freeCodeCamp.org Code Radio là một tiện ích mở rộng Chrome được phát triển bởi NoveltyLab.io, và tính năng chính của nó là "Code Radio. 24/7 music designed for coding".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng freeCodeCamp.org Code Radio
Tải xuống các tệp mở rộng freeCodeCamp.org Code Radio 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
Credit to freeCodeCamp.org Code Radio Origin: https://coderadio.freecodecamp.org/ 24/7 beats to help you concentrate while you work 💻 Curated by Los Angeles DJ/producer @TreblesandBlues 😇 No commercials to interrupt your flow
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | freeCodeCamp.org Code Radio |
ID | heeimafmfaadaihgdhfkfgdoileaddef |
URL Chính Thức | https://chromewebstore.google.com/detail/freecodecamporg-code-radi/heeimafmfaadaihgdhfkfgdoileaddef |
Mô tả | Code Radio. 24/7 music designed for coding |
Kích Thước Tệp | 13.68 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-11-22 |
Ngày Phát Hành | 2020-11-22 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | NoveltyLab.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://coderadio.freecodecamp.org/ |
URL Trang Trợ Giúp | https://github.com/maplerichie/fcc_radio_chrome_ext |
URL Trang Chính Sách Bảo Mật | http://noveltylab.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "freeCodeCamp.org Code Radio", "description": "Code Radio. 24\/7 music designed for coding", "version": "1.2.0", "manifest_version": 2, "permissions": [ "notifications", "background", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Code Radio", "default_icon": "images\/16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } } |