FPC Notifier

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

FPC Notifier là gì?

FPC Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://scratchtools.tk, và tính năng chính của nó là "Displays the current, next and following FPCs on https://scratch.mit.edu/".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FPC Notifier

Tải xuống các tệp mở rộng FPC Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FPC Notifier FPC Notifier
ID idlkmohahmhohogdmdkjfnibkakgkcii
URL Chính Thức https://chromewebstore.google.com/detail/fpc-notifier/idlkmohahmhohogdmdkjfnibkakgkcii
Mô tả Displays the current, next and following FPCs on https://scratch.mit.edu/
Kích Thước Tệp 18.44 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2017-02-12
Ngày Phát Hành 2017-02-12
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://scratchtools.tk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://scratchtools.tk/
URL Trang Chính Sách Bảo Mật http://scratchtools.tk/fpc/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}