Gary Vaynerchuk Motivation
Get motivational Gary Vee quotes every time you open a new tab
什么是Gary Vaynerchuk Motivation?
Gary Vaynerchuk Motivation是由Alex Marshall开发的Chrome扩展程序,该扩展的主要功能是“Get motivational Gary Vee quotes every time you open a new tab”。
扩展截图
下载Gary Vaynerchuk Motivation扩展crx文件
下载Gary Vaynerchuk Motivation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stay motivated courtesy of Gary Vaynerchuk. Get a random motivational quote from him every time you open a new tab.
扩展基本信息
名称 | |
ID | bihpagippmobccegdjlngakomjhdnhja |
官方URL | https://chrome.google.com/webstore/detail/gary-vaynerchuk-motivatio/bihpagippmobccegdjlngakomjhdnhja |
简介 | Get motivational Gary Vee quotes every time you open a new tab |
文件大小 | 167 KB |
安装次数 | 68 |
当前版本 | 0.0.0.3 |
更新时间 | 2017-03-24 |
上架时间 | 2017-03-24 |
评分 | 4.67/5 共3次评分 |
开发者 | Alex Marshall |
电子邮箱 | [email protected] |
付费类型 | in_app |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gary Vaynerchuk Motivation", "description": "Get motivational Gary Vee quotes every time you open a new tab", "version": "0.0.0.3", "manifest_version": 2, "icons": { "128": "logo128.png" }, "chrome_url_overrides": { "newtab": "myhtml.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "myjavascript.js" ], "run_at": "document_end" } ] } |