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 هو إضافة Chrome تم تطويرها بواسطة dralpus، والميزة الرئيسية لها هي "When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Creator Studio Extension
قم بتنزيل ملفات الامتداد Creator Studio Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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\/*" ] } } |