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はdralpusによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } } |