Code Pin

Pin your favorite code

Code Pinคืออะไร?

Code Pin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gonelf และคุณลักษณะหลักของมันคือ "Pin your favorite code"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code Pin

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

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

                        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                    

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

ชื่อ Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
คำอธิบาย Pin your favorite code
ขนาดไฟล์ 9.17 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-08-08
วันที่เผยแพร่ 2015-08-08
ผู้พัฒนา gonelf
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}