Ultimate Self Improvement Resources
This extension empowers your exploration for self improvement self help personal development stress management etc in order to
什么是Ultimate Self Improvement Resources?
Ultimate Self Improvement Resources是由om pdhar开发的Chrome扩展程序,该扩展的主要功能是“This extension empowers your exploration for self improvement self help personal development stress management etc in order to”。
扩展截图
下载Ultimate Self Improvement Resources扩展crx文件
下载Ultimate Self Improvement Resources扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension empowers your exploration for self improvement, self help, personal development, stress management etc. in order to enhance the quality of your life. If you want to enrich your life and expand your horizons to the maximum, this is for you.
扩展基本信息
名称 | Ultimate Self Improvement Resources |
ID | dlfoepgiikdcmgpekcndihbiblbhloan |
官方URL | https://chromewebstore.google.com/detail/ultimate-self-improvement/dlfoepgiikdcmgpekcndihbiblbhloan |
简介 | This extension empowers your exploration for self improvement self help personal development stress management etc in order to |
文件大小 | 48.41 KB |
安装次数 | 13 |
当前版本 | 1.0 |
更新时间 | 2017-08-24 |
上架时间 | 2017-08-24 |
评分 | 1.00/5 共1次评分 |
开发者 | om pdhar |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultimate Self Improvement Resources", "manifest_version": 2, "short_name": "UltimateSelfImprovementResources", "description": "This extension empowers your exploration for self improvement self help personal development stress management etc in order to", "version": "1.0", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_402-1503611044.png" }, "icons": { "128": "128px_402-1503611058.png" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |