Writecode.one - Extension for developers

Một extension cần thiết cho các lập trình viên trong quá trình học tập và phát triển công việc

What is Writecode.one - Extension for developers?

Writecode.one - Extension for developers is a Chrome extension developed by https://writecode.one, and its main feature is "Một extension cần thiết cho các lập trình viên trong quá trình học tập và phát triển công việc".

Extension Screenshots

screenshot
screenshot
screenshot

Download Writecode.one - Extension for developers Extension CRX File

Download Writecode.one - Extension for developers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension cung cấp chức năng đề xuất kết quả tìm kiếm thông tin, cũng như các giải pháp xử lý trong quá trình học tập và làm việc.

Dựa và đánh giá của cộng đồng, người dùng có thể biết câu trả lời phù hợp cho vấn đề đang tìm kiềm. 

Đồng thời chính người dùng cũng có thể đánh giá để tạo dựng một cộng đồng hỗ trợ nhau trong học tập và làm việc.

Đối với các liên kết được đánh giá nhưng không thực sự giải quyết được vấn đề, người dùng có thể bỏ vote để giảm điểm đánh giá cho chính liên kết đó.

-----------------------------------------------------

1. Chính sách bảo mật:
https://docs.writecode.one/privacy-policy/

2. Tuyên bố từ chối trách nhiệm của Google Analytics:
Tiện ích mở rộng này sử dụng Google Analytics để thu thập số liệu thống kê sử dụng tiện ích mở rộng nhằm giúp cải thiện trải nghiệm người dùng. Nếu bạn muốn từ chối Google Analytics, vui lòng truy cập https://tools.google.com/dlpage/gaoptout

3. Mọi ý kiến góp ý xin gửi về : https://forms.gle/k9PPEV7D4BgNYkSn6                    

Extension Basic Information

Name Writecode.one - Extension for developers Writecode.one - Extension for developers
ID bafpajnmomjjmpnmkmdfpoegolkodleb
Official URL https://chromewebstore.google.com/detail/writecodeone-extension-fo/bafpajnmomjjmpnmkmdfpoegolkodleb
Description Một extension cần thiết cho các lập trình viên trong quá trình học tập và phát triển công việc
File Size 706 KB
Installation Count 283
Current Version 1.0.2.3
Last Updated 2023-04-24
Publish Date 2022-11-02
Rating 4.93/5 Total 40 Ratings
Developer https://writecode.one
Email [email protected]
Payment Type free
Extension Website https://writecode.one
Privacy Policy Page URL https://docs.writecode.one/privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Extension for developers",
    "name": "Writecode.one - Extension for developers",
    "description": "M\u1ed9t extension c\u1ea7n thi\u1ebft cho c\u00e1c l\u1eadp tr\u00ecnh vi\u00ean trong qu\u00e1 tr\u00ecnh h\u1ecdc t\u1eadp v\u00e0 ph\u00e1t tri\u1ec3n c\u00f4ng vi\u1ec7c",
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/favicon.png",
            "32": "images\/favicon.png",
            "48": "images\/favicon.png",
            "128": "images\/favicon.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "version": "1.0.2.3",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "fonts\/*",
                "page\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/writecode.one\/*",
            "https:\/\/*.writecode.one\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}