MultiPress
WordPress' Press This interface for Chrome. Supports multiple blogs.
ما هو MultiPress؟
MultiPress هو إضافة Chrome تم تطويرها بواسطة Alis Dee، والميزة الرئيسية لها هي "WordPress' Press This interface for Chrome. Supports multiple blogs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MultiPress
قم بتنزيل ملفات الامتداد MultiPress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows quick and easy access to your WordPress blog's "Press This" interface from Chrome. Supports up to five blogs for posting. v2.0: The Press This interface now opens in a new tab, not in the popup, which should overcome the various issues with things not loading in iFrames.
معلومات أساسية عن التمديد
الاسم | MultiPress |
ID | gjboaoikjenhgjhnkbgiaodijpbidekl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multipress/gjboaoikjenhgjhnkbgiaodijpbidekl |
الوصف | WordPress' Press This interface for Chrome. Supports multiple blogs. |
حجم الملف | 59.18 KB |
عدد التثبيتات | 627 |
النسخة الحالية | 2.0 |
آخر تحديث | 2012-11-28 |
تاريخ النشر | 2012-11-27 |
تقييم | 3.00/5 مجموع تقييمات 18 |
المطور | Alis Dee |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "skin\/icon_32.png", "default_title": "MultiPress", "default_popup": "background.html" }, "description": "WordPress' Press This interface for Chrome. Supports multiple blogs.", "homepage_url": "http:\/\/alis.me\/", "icons": { "128": "skin\/icon_128.png", "48": "skin\/icon_48.png", "19": "skin\/icon_19.png", "16": "skin\/icon_16.png" }, "name": "MultiPress", "manifest_version": 2, "options_page": "options.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "version": "2.0", "web_accessible_resources": [ "skin\/icon_16.png" ] } |