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…
What is Creator Studio Extension?
Creator Studio Extension is a Chrome extension developed by dralpus, and its main feature is "When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…".
Extension Screenshots
Download Creator Studio Extension Extension CRX File
Download Creator Studio Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eibiflibbmfcpholegdjnndpadbadnmd |
Official URL | 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… |
File Size | 16.65 KB |
Installation Count | 2,843 |
Current Version | 1.1 |
Last Updated | 2021-08-11 |
Publish Date | 2021-08-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dralpus |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |