OnePercent Grow

Your growth mentor, one percent at a time.

什么是OnePercent Grow?

OnePercent Grow是由https://1percentgrowth.app开发的Chrome扩展程序,该扩展的主要功能是“Your growth mentor, one percent at a time.”。

扩展截图

screenshot

下载OnePercent Grow扩展crx文件

下载OnePercent Grow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With OnePercent Grow extension you can easily add items to your list.

OnePercent Grow is your personal growth mentor to learn new things. We believe that the only sustainable way to get better exponentially, is to get a little bit better *every day*.

OnePercent Grow extension is the fastest and easiest way to save any link you find on the web to listen, watch or read it later. With one click, each item you collect will be saved and categorized in your OnePercent Grow list, and you'll be able to easily find them later on desktop or mobile, whatever works for you.

Getting better can be overwhelming and we want to help you do it, 
one percent at a time.                    

扩展基本信息

名称 OnePercent Grow OnePercent Grow
ID ebjghnmjeojambofkolhpmelkeggkkkh
官方URL https://chromewebstore.google.com/detail/onepercent-grow/ebjghnmjeojambofkolhpmelkeggkkkh
简介 Your growth mentor, one percent at a time.
文件大小 22.4 KB
安装次数 40
当前版本 1.8
更新时间 2021-05-30
上架时间 2020-08-25
评分 5.00/5 共1次评分
开发者 https://1percentgrowth.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://start.1percentgrowth.app/
隐私政策页面URL https://www.privacypolicygenerator.info/live.php?token=ov5dEwixNlfw9dU8FkhDR51kQIOz4eIa
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OnePercent Grow",
    "description": "Your growth mentor, one percent at a time.",
    "version": "1.8",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Add this page to your OnePercent Grow list",
        "default_popup": "extention.html",
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "https:\/\/start.1percentgrowth.app\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com; object-src 'self'"
}