Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
什麼是Unsticky Medium?
Unsticky Medium是由jlei523開發的Chrome擴展程式,該擴展的主要功能是“Unsticky the header and footer on sites that use the Medium.com platform”。
擴展截圖
下載Unsticky Medium擴展crx文件
下載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 |
官方網址 | 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 } |