Code Pin

Pin your favorite code

Code Pin là gì?

Code Pin là một tiện ích mở rộng Chrome được phát triển bởi gonelf, và tính năng chính của nó là "Pin your favorite code".

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

screenshot
screenshot
screenshot

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

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

                        Now you can save pages without images into your Pinterest account like Github and others.
Just install and use.
Visit github page to improve this project: https://github.com/gonelf/pin-code-chrome-extension                    

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

Tên Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
URL Chính Thức https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Mô tả Pin your favorite code
Kích Thước Tệp 9.17 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-08-08
Ngày Phát Hành 2015-08-08
Nhà Phát Triển gonelf
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Pin",
    "description": "Pin your favorite code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "CodePin.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs"
    ]
}