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是由MonkeyTime開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.
擴展基本資訊
名稱 | FYM - Free Your Mind |
ID | fgpnbkajfdgggieepmpanicongciddcj |
官方網址 | 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" ] } } |