Codesnip - Increase your productivity

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

Codesnip - Increase your productivity là gì?

Codesnip - Increase your productivity là một tiện ích mở rộng Chrome được phát triển bởi https://codesnip.net, và tính năng chính của nó là "Codesnip.net is a snippet manager designed to increase your productivity as a developer!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Codesnip - Increase your productivity

Tải xuống các tệp mở rộng Codesnip - Increase your productivity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Codesnip - Increase your productivity Codesnip - Increase your productivity
ID cgnidfgnfigbjanbddnlgianomnbgmam
URL Chính Thức https://chromewebstore.google.com/detail/codesnip-increase-your-pr/cgnidfgnfigbjanbddnlgianomnbgmam
Mô tả Codesnip.net is a snippet manager designed to increase your productivity as a developer!
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-08-19
Ngày Phát Hành 2022-08-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://codesnip.net
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://codesnip.net
URL Trang Trợ Giúp https://codesnip.net/support
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}