FPC Notifier
Displays the current, next and following FPCs on https://scratch.mit.edu/
¿Qué es FPC Notifier?
FPC Notifier es una extensión de Chrome desarrollada por https://scratchtools.tk, y su función principal es "Displays the current, next and following FPCs on https://scratch.mit.edu/".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FPC Notifier
Descarga archivos de extensión FPC Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | FPC Notifier |
ID | idlkmohahmhohogdmdkjfnibkakgkcii |
URL Oficial | https://chromewebstore.google.com/detail/fpc-notifier/idlkmohahmhohogdmdkjfnibkakgkcii |
Descripción | Displays the current, next and following FPCs on https://scratch.mit.edu/ |
Tamaño del Archivo | 18.44 KB |
Cantidad de Instalaciones | 62 |
Versión Actual | 3.0 |
Última Actualización | 2017-02-12 |
Fecha de Publicación | 2017-02-12 |
Calificación | 5.00/5 Total de 11 Calificaciones |
Desarrollador | https://scratchtools.tk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://scratchtools.tk/ |
URL de la Página de Política de Privacidad | http://scratchtools.tk/fpc/privacy |
Idiomas Soportados | 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\/" ] } |