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 |
Eメール | [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" } ] } |