Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Unsticky Mediumคืออะไร?
Unsticky Medium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jlei523 และคุณลักษณะหลักของมันคือ "Unsticky the header and footer on sites that use the Medium.com platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unsticky Medium
ดาวน์โหลดไฟล์ส่วนขยาย Unsticky Medium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content. To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
คำอธิบาย | Unsticky the header and footer on sites that use the Medium.com platform |
ขนาดไฟล์ | 4.8 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-10-22 |
วันที่เผยแพร่ | 2017-10-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jlei523 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jlei523/unsticky-medium |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsticky Medium", "description": "Unsticky the header and footer on sites that use the Medium.com platform", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Unsticky the header and footer on sites that use the Medium.com platform", "default_icon": "icon.png" }, "manifest_version": 2 } |