FPC Notifier
Displays the current, next and following FPCs on https://scratch.mit.edu/
Qu'est-ce que FPC Notifier ?
FPC Notifier est une extension Chrome développée par https://scratchtools.tk, et sa fonction principale est "Displays the current, next and following FPCs on https://scratch.mit.edu/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FPC Notifier
Téléchargez les fichiers d'extension FPC Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | FPC Notifier |
ID | idlkmohahmhohogdmdkjfnibkakgkcii |
URL Officiel | https://chromewebstore.google.com/detail/fpc-notifier/idlkmohahmhohogdmdkjfnibkakgkcii |
Description | Displays the current, next and following FPCs on https://scratch.mit.edu/ |
Taille du Fichier | 18.44 KB |
Nombre d'Installations | 62 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2017-02-12 |
Date de Publication | 2017-02-12 |
Évaluation | 5.00/5 Total 11 Évaluations |
Développeur | https://scratchtools.tk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://scratchtools.tk/ |
URL de la Page de Politique de Confidentialité | http://scratchtools.tk/fpc/privacy |
Langues Prises en Charge | 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\/" ] } |