Dev Links

All links a developer would need.

Dev Links là gì?

Dev Links là một tiện ích mở rộng Chrome được phát triển bởi R0land013, và tính năng chính của nó là "All links a developer would need.".

Ả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 Dev Links

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

                        Browse useful links for developers and designers, improve your productivity and stay focused.                    

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

Tên Dev Links Dev Links
ID eogoekcejgaaaodjgbhnlpmccdmboapb
URL Chính Thức https://chromewebstore.google.com/detail/dev-links/eogoekcejgaaaodjgbhnlpmccdmboapb
Mô tả All links a developer would need.
Kích Thước Tệp 373 KB
Số Lần Cài Đặt 825
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2023-08-10
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển R0land013
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/R0land013/dev-links
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.1",
    "author": "https:\/\/github.com\/R0land013",
    "name": "Dev Links",
    "description": "All links a developer would need.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}