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…
Cos'è Creator Studio Extension?
Creator Studio Extension è un'estensione di Chrome sviluppata da dralpus, e la sua funzione principale è "When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Creator Studio Extension
Scarica i file di estensione Creator Studio Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eibiflibbmfcpholegdjnndpadbadnmd |
URL Ufficiale | https://chromewebstore.google.com/detail/creator-studio-extension/eibiflibbmfcpholegdjnndpadbadnmd |
Descrizione | When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables… |
Dimensione del File | 16.65 KB |
Conteggio Installazioni | 2,843 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-08-11 |
Data di Pubblicazione | 2021-08-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dralpus |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |