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 là gì?

FYM - Free Your Mind là một tiện ích mở rộng Chrome được phát triển bởi MonkeyTime, và tính năng chính của nó là "Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FYM - Free Your Mind

Tải xuống các tệp mở rộng FYM - Free Your Mind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FYM - Free Your Mind FYM - Free Your Mind
ID fgpnbkajfdgggieepmpanicongciddcj
URL Chính Thức https://chromewebstore.google.com/detail/fym-free-your-mind/fgpnbkajfdgggieepmpanicongciddcj
Mô tả Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-05-27
Ngày Phát Hành 2014-05-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MonkeyTime
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://monkeytime.be
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}