FPC Notifier

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

什麼是FPC Notifier?

FPC Notifier是由https://scratchtools.tk開發的Chrome擴展程式,該擴展的主要功能是“Displays the current, next and following FPCs on https://scratch.mit.edu/”。

擴展截圖

screenshot

下載FPC Notifier擴展crx文件

下載FPC Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
隱私政策頁面URL 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\/"
    ]
}