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

Vad är Writecode.one - Extension for developers?

Writecode.one - Extension for developers är en Chrome-tillägg utvecklad av https://writecode.one, och dess huvudfunktion är "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".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Writecode.one - Extension for developers-förlängningens CRX-fil

Ladda ner Writecode.one - Extension for developers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Writecode.one - Extension for developers Writecode.one - Extension for developers
ID bafpajnmomjjmpnmkmdfpoegolkodleb
Officiell webbadress https://chromewebstore.google.com/detail/writecodeone-extension-fo/bafpajnmomjjmpnmkmdfpoegolkodleb
Beskrivning 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
Filstorlek 706 KB
Antal Installationer 283
Aktuell Version 1.0.2.3
Senast Uppdaterad 2023-04-24
Publiceringsdatum 2022-11-02
Betyg 4.93/5 Totalt 40 Betyg
Utvecklare https://writecode.one
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://writecode.one
URL till Sekretesspolicy Sidan https://docs.writecode.one/privacy-policy
Stödda Språk 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\/*"
        ]
    }
}