Codesnip - Increase your productivity

Codesnip.net is a snippet manager designed to increase your productivity as a developer!

Codesnip - Increase your productivityคืออะไร?

Codesnip - Increase your productivity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codesnip.net และคุณลักษณะหลักของมันคือ "Codesnip.net is a snippet manager designed to increase your productivity as a developer!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codesnip - Increase your productivity

ดาวน์โหลดไฟล์ส่วนขยาย Codesnip - Increase your productivity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Powerful for {developers}. increase your productivity.

Codesnip.net is the best place to keep all your code snippets


Boost your productivity
The pro's way of remembering, all your code snippets, organized in one place

Search
Agile and fast search when looking for your code snippets.

Unlimited collections
Easily organize your code snippets, customize your collections with icons.

Don't waste time rewriting code!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Codesnip - Increase your productivity Codesnip - Increase your productivity
ID cgnidfgnfigbjanbddnlgianomnbgmam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codesnip-increase-your-pr/cgnidfgnfigbjanbddnlgianomnbgmam
คำอธิบาย Codesnip.net is a snippet manager designed to increase your productivity as a developer!
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-08-19
วันที่เผยแพร่ 2022-08-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://codesnip.net
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://codesnip.net
URL หน้าช่วยเหลือ https://codesnip.net/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Codesnip - Increase your productivity",
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/codesnip.com.br\/*",
                "https:\/\/codesnip.net\/*"
            ],
            "js": [
                ".\/contentScripts.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/codesnip.net",
        "https:\/\/codesnip.net\/*",
        "https:\/\/codesnip.com.br\/*",
        "http:\/\/codesnip.test\/*"
    ],
    "description": "Codesnip.net is a snippet manager designed to increase your productivity as a developer!",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    }
}