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

Apa itu Writecode.one - Extension for developers?

Writecode.one - Extension for developers adalah ekstensi Chrome yang dikembangkan oleh https://writecode.one, dan fitur utamanya adalah "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".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Writecode.one - Extension for developers

Unduh file ekstensi Writecode.one - Extension for developers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Writecode.one - Extension for developers Writecode.one - Extension for developers
ID bafpajnmomjjmpnmkmdfpoegolkodleb
URL Resmi https://chromewebstore.google.com/detail/writecodeone-extension-fo/bafpajnmomjjmpnmkmdfpoegolkodleb
Deskripsi 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
Ukuran File 706 KB
Jumlah Instalasi 283
Versi Saat Ini 1.0.2.3
Terakhir Diperbarui 2023-04-24
Tanggal Publikasi 2022-11-02
Penilaian 4.93/5 Total 40 Penilaian
Pengembang https://writecode.one
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://writecode.one
URL Halaman Kebijakan Privasi https://docs.writecode.one/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}