FPC Notifier
Displays the current, next and following FPCs on https://scratch.mit.edu/
FPC Notifierคืออะไร?
FPC Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scratchtools.tk และคุณลักษณะหลักของมันคือ "Displays the current, next and following FPCs on https://scratch.mit.edu/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPC Notifier
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/" ] } |