Medium Blog Chrome Extension
A Chrome extension to save URLs and page content as drafts to your Medium Blog
ما هو Medium Blog Chrome Extension؟
Medium Blog Chrome Extension هو إضافة Chrome تم تطويرها بواسطة Troy Forster، والميزة الرئيسية لها هي "A Chrome extension to save URLs and page content as drafts to your Medium Blog".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Medium Blog Chrome Extension
قم بتنزيل ملفات الامتداد Medium Blog Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Chrome extension to save URLs and page content as drafts to your Medium Blog
معلومات أساسية عن التمديد
الاسم | Medium Blog Chrome Extension |
ID | jhoofmfokgkifliaampencjgcganglnh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/medium-blog-chrome-extens/jhoofmfokgkifliaampencjgcganglnh |
الوصف | A Chrome extension to save URLs and page content as drafts to your Medium Blog |
حجم الملف | 15.93 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2017-06-02 |
تاريخ النشر | 2017-06-02 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | Troy Forster |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium Blog Chrome Extension", "description": "A Chrome extension to save URLs and page content as drafts to your Medium Blog", "version": "0.1.0", "browser_action": { "default_icon": "img\/logo.png", "default_popup": "extension.html" }, "options_ui": { "page": "settings.html", "chrome_style": false }, "permissions": [ "activeTab", "storage", "https:\/\/api.medium.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |