CodePad

A whole new way to use your Chrome Tab. Open a new tab to take notes.

CodePad là gì?

CodePad là một tiện ích mở rộng Chrome được phát triển bởi webnirmanam, và tính năng chính của nó là "A whole new way to use your Chrome Tab. Open a new tab to take notes.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodePad

Tải xuống các tệp mở rộng CodePad 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

                        A whole new way to use your Chrome Tab. Open a new tab to take notes.                    

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

Tên CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
URL Chính Thức https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
Mô tả A whole new way to use your Chrome Tab. Open a new tab to take notes.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-10-24
Ngày Phát Hành 2018-10-23
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển webnirmanam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webnirmanam.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodePad",
    "short_name": "Pad",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.",
    "icons": {
        "18": "img\/icon\/icon18.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "fontSettings"
    ]
}