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 |
官方網址 | 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\/*" ] } } |