Get Motivated

Let me motivate you everyday. I won't annoy you, I promise.

Get Motivated là gì?

Get Motivated là một tiện ích mở rộng Chrome được phát triển bởi Rahul Kapoor, và tính năng chính của nó là "Let me motivate you everyday. I won't annoy you, I promise.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get Motivated

Tải xuống các tệp mở rộng Get Motivated 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

                        *Note* Updated new tab page with a minimal non-intrusive UI and a new logo.
"Get Motivated" is a small lightweight extension that gives a new minimal look to your "New Tab" page on Google Chrome with a beautiful quote in order to motivate you one tab at a time. The quotes have been curated from Internet with utmost care in order to give you the best ones that are out there.

Install this small 50-60 kB extension and let me know by reviewing it once if you like it.                    

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

Tên Get Motivated Get Motivated
ID glpopnaifhjhcibncepibjbehblannde
URL Chính Thức https://chromewebstore.google.com/detail/get-motivated/glpopnaifhjhcibncepibjbehblannde
Mô tả Let me motivate you everyday. I won't annoy you, I promise.
Kích Thước Tệp 46.4 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-03-25
Ngày Phát Hành 2018-03-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rahul Kapoor
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rahul Kapoor",
    "short_name": "GetMotivated",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Let me motivate you everyday. I won't annoy you, I promise.",
    "homepage_url": "https:\/\/github.com\/rahulkapoor90\/Get-Motivated",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Get Motivated",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "version": "1.1"
}