Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Pinboard styleคืออะไร?
Pinboard style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zander Martineau และคุณลักษณะหลักของมันคือ "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinboard style
ดาวน์โหลดไฟล์ส่วนขยาย Pinboard style ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
คำอธิบาย | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
ขนาดไฟล์ | 214 KB |
จำนวนการติดตั้ง | 101 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2014-08-03 |
วันที่เผยแพร่ | 2014-08-03 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Zander Martineau |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mrmartineau/pinboard-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinboard style", "version": "0.0.4", "manifest_version": 2, "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).", "homepage_url": "http:\/\/martineau.tv", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "https:\/\/pinboard.in\/*" ], "content_scripts": [ { "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ], "matches": [ "https:\/\/pinboard.in\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/inject\/*", "img\/*" ] } |