Creator Studio Extension
When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…
Τι είναι το Creator Studio Extension;
Το Creator Studio Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dralpus, και η κύρια λειτουργία του είναι "When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Creator Studio Extension
Λήψη αρχείων επέκτασης Creator Studio Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables the retrieval of that user's 10 most recent Medium articles in the format of an HTML string containing an RSS feed. Users should install this extension if they want to be able to access their Medium articles or blog posts in a portable format, thus allowing them to share their content to a broader audience if desired. This extension guarantees privacy by retrieving content if and only if the user is signed in to Medium.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eibiflibbmfcpholegdjnndpadbadnmd |
Επίσημο URL | https://chromewebstore.google.com/detail/creator-studio-extension/eibiflibbmfcpholegdjnndpadbadnmd |
Περιγραφή | When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables… |
Μέγεθος Αρχείου | 16.65 KB |
Αριθμός Εγκαταστάσεων | 2,843 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2021-08-11 |
Ημερομηνία Δημοσίευσης | 2021-08-03 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | dralpus |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Creator Studio Extension", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "icon-developer-icon.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "host_permissions": [ "https:\/\/medium.com\/*", "https:\/\/*.medium.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.msn.com\/*" ] } } |