FPC Notifier
Displays the current, next and following FPCs on https://scratch.mit.edu/
O que é FPC Notifier?
FPC Notifier é uma extensão do Chrome desenvolvida por https://scratchtools.tk, e sua principal característica é "Displays the current, next and following FPCs on https://scratch.mit.edu/".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FPC Notifier
Baixe arquivos de extensão FPC Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | FPC Notifier |
ID | idlkmohahmhohogdmdkjfnibkakgkcii |
URL Oficial | https://chromewebstore.google.com/detail/fpc-notifier/idlkmohahmhohogdmdkjfnibkakgkcii |
Descrição | Displays the current, next and following FPCs on https://scratch.mit.edu/ |
Tamanho do Arquivo | 18.44 KB |
Contagem de Instalações | 62 |
Versão Atual | 3.0 |
Última Atualização | 2017-02-12 |
Data de Publicação | 2017-02-12 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | https://scratchtools.tk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://scratchtools.tk/ |
URL da Página de Política de Privacidade | http://scratchtools.tk/fpc/privacy |
Idiomas Suportados | 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\/" ] } |