FYM - Free Your Mind
Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web
FYM - Free Your Mindคืออะไร?
FYM - Free Your Mind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MonkeyTime และคุณลักษณะหลักของมันคือ "Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FYM - Free Your Mind
ดาวน์โหลดไฟล์ส่วนขยาย FYM - Free Your Mind ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Free Your Mind and save the start date of a service, save the release date of a web series, save auctions, save MOOC and many things from YOUR Web. Create alarm by date and clock or by countdown for each item added.
Want a hand access to delete manually item from your list ? visit "options" page of the plugin. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fgpnbkajfdgggieepmpanicongciddcj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fym-free-your-mind/fgpnbkajfdgggieepmpanicongciddcj |
| คำอธิบาย | Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web |
| ขนาดไฟล์ | 100 KB |
| จำนวนการติดตั้ง | 23 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2014-05-27 |
| วันที่เผยแพร่ | 2014-05-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | MonkeyTime |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://monkeytime.be |
| ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FYM - Free Your Mind",
"version": "0.2",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"alarms",
"notifications",
"background"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "fym.html"
},
"content_scripts": [
{
"js": [
"fym.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"persistent": true,
"scripts": [
"background.js"
]
}
} | |