FPC Notifier

Displays the current, next and following FPCs on https://scratch.mit.edu/

ما هو FPC Notifier؟

FPC Notifier هو إضافة Chrome تم تطويرها بواسطة https://scratchtools.tk، والميزة الرئيسية لها هي "Displays the current, next and following FPCs on https://scratch.mit.edu/".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FPC Notifier

قم بتنزيل ملفات الامتداد FPC Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is now fully open-source on GitHub!
https://github.com/chooper100/fpc-notifier
---

Looking to get your projects curated on the home page of https://scratch.mit.edu/?

Tired of asking curators to look at your project, only to hear “Sorry, but I have chosen all my projects”?

Constantly updated by a dedicated team of scratchers you can trust, we aim to provide you the latest up-to-date information on the current, next and following front page curators, so when you come to suggest your projects to be curated, the answer will be “Awesome project! I’ll curate this!”

So what are you waiting for? Download this extension and get curated now!

Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. See http://scratch.mit.edu                    

معلومات أساسية عن التمديد

الاسم FPC Notifier FPC Notifier
ID idlkmohahmhohogdmdkjfnibkakgkcii
عنوان URL الرسمي https://chromewebstore.google.com/detail/fpc-notifier/idlkmohahmhohogdmdkjfnibkakgkcii
الوصف Displays the current, next and following FPCs on https://scratch.mit.edu/
حجم الملف 18.44 KB
عدد التثبيتات 62
النسخة الحالية 3.0
آخر تحديث 2017-02-12
تاريخ النشر 2017-02-12
تقييم 5.00/5 مجموع تقييمات 11
المطور https://scratchtools.tk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://scratchtools.tk/
عنوان صفحة سياسة الخصوصية http://scratchtools.tk/fpc/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPC Notifier",
    "description": "Displays the current, next and following FPCs on https:\/\/scratch.mit.edu\/",
    "version": "3.0",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/scratchtools.tk\/"
    ]
}