DevDocs

Quickly find DevDocs without wasting a tab

DevDocs là gì?

DevDocs là một tiện ích mở rộng Chrome được phát triển bởi MightySCollins, và tính năng chính của nó là "Quickly find DevDocs without wasting a tab".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.                    

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

Tên DevDocs DevDocs
ID kfollpcdnbaimpmjhkoghaegiendpidj
URL Chính Thức https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj
Mô tả Quickly find DevDocs without wasting a tab
Kích Thước Tệp 25.52 KB
Số Lần Cài Đặt 2,645
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-01-13
Ngày Phát Hành 2016-01-13
Đánh Giá 4.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển MightySCollins
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevDocs",
    "short_name": "DevDocs",
    "author": "Sam Collins",
    "description": "Quickly find DevDocs without wasting a tab",
    "version": "0.0.3",
    "manifest_version": 2,
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "DevDocs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}