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/」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/" ] } |