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 |
官方網址 | 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" } ] } |