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…
Qu'est-ce que Creator Studio Extension ?
Creator Studio Extension est une extension Chrome développée par dralpus, et sa fonction principale est "When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Creator Studio Extension
Téléchargez les fichiers d'extension Creator Studio Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | eibiflibbmfcpholegdjnndpadbadnmd |
URL Officiel | https://chromewebstore.google.com/detail/creator-studio-extension/eibiflibbmfcpholegdjnndpadbadnmd |
Description | When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables… |
Taille du Fichier | 16.65 KB |
Nombre d'Installations | 2,843 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-08-11 |
Date de Publication | 2021-08-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | dralpus |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |