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…

Co to jest Creator Studio Extension?

Creator Studio Extension to rozszerzenie Chrome opracowane przez dralpus, a jego główną funkcją jest „When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Creator Studio Extension

Pobierz pliki rozszerzeń Creator Studio Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Creator Studio Extension Creator Studio Extension
ID eibiflibbmfcpholegdjnndpadbadnmd
Oficjalny URL https://chromewebstore.google.com/detail/creator-studio-extension/eibiflibbmfcpholegdjnndpadbadnmd
Opis When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…
Rozmiar pliku 16.65 KB
Liczba instalacji 2,843
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-08-11
Data Publikacji 2021-08-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper dralpus
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}