Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Apa itu Unsticky Medium?
Unsticky Medium adalah ekstensi Chrome yang dikembangkan oleh jlei523, dan fitur utamanya adalah "Unsticky the header and footer on sites that use the Medium.com platform".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unsticky Medium
Unduh file ekstensi Unsticky Medium dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
URL Resmi | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Deskripsi | Unsticky the header and footer on sites that use the Medium.com platform |
Ukuran File | 4.8 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-10-22 |
Tanggal Publikasi | 2017-10-22 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | jlei523 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jlei523/unsticky-medium |
Bahasa yang Didukung | 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 } |