Qiita Notifications
Extension to check Qiita notifications
ما هو Qiita Notifications؟
Qiita Notifications هو إضافة Chrome تم تطويرها بواسطة http://littleapps.jp، والميزة الرئيسية لها هي "Extension to check Qiita notifications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Qiita Notifications
قم بتنزيل ملفات الامتداد Qiita Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
معلومات أساسية عن التمديد
الاسم | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
الوصف | Extension to check Qiita notifications |
حجم الملف | 202 KB |
عدد التثبيتات | 103 |
النسخة الحالية | 0.1.5 |
آخر تحديث | 2014-06-03 |
تاريخ النشر | 2014-06-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://littleapps.jp |
نوع الدفع | free |
موقع الإضافة | http://littleapps.jp/qiita-notifications-crx/ |
عنوان صفحة المساعدة | https://github.com/ngs/qiita-notifications-crx/issues |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "Qiita Notifications", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "alarms", "https:\/\/www.google-analytics.com\/", "http:\/\/qiita.com\/api\/notifications", "http:\/\/qiita.com\/api\/notifications\/count", "http:\/\/qiita.com\/api\/notifications\/read" ] } |