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 } |