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

Was ist Writecode.one - Extension for developers?

Writecode.one - Extension for developers ist eine Chrome-Erweiterung, die von https://writecode.one entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Writecode.one - Extension for developers-Erweiterungs-CRX-Datei herunterladen

Laden Sie Writecode.one - Extension for developers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Writecode.one - Extension for developers Writecode.one - Extension for developers
ID bafpajnmomjjmpnmkmdfpoegolkodleb
Offizielle URL https://chromewebstore.google.com/detail/writecodeone-extension-fo/bafpajnmomjjmpnmkmdfpoegolkodleb
Beschreibung 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
Dateigröße 706 KB
Installationsanzahl 283
Aktuelle Version 1.0.2.3
Letztes Update 2023-04-24
Veröffentlichungsdatum 2022-11-02
Bewertung 4.93/5 Insgesamt 40 Bewertungen
Entwickler https://writecode.one
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://writecode.one
URL der Datenschutzrichtlinien-Seite https://docs.writecode.one/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}