Inspirational Leadership and Coaching Quotes
A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited.
Inspirational Leadership and Coaching Quotesとは何ですか?
Inspirational Leadership and Coaching Quotesはhttps://nolanscafe.co.ukによって開発されたChromeの拡張機能で、その主な機能は「A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited.」です。
拡張機能のスクリーンショット
Inspirational Leadership and Coaching Quotes拡張機能のCRXファイルをダウンロード
Inspirational Leadership and Coaching Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ekleffhljipaphmlmhemhhobgadmbelj |
| 公式URL | https://chromewebstore.google.com/detail/inspirational-leadership/ekleffhljipaphmlmhemhhobgadmbelj |
| 説明 | A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited. |
| ファイルサイズ | 576 KB |
| インストール数 | 30 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2017-03-18 |
| 公開日 | 2017-03-18 |
| 開発者 | https://nolanscafe.co.uk |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inspirational Leadership and Coaching Quotes",
"version": "0.0.5",
"manifest_version": 2,
"description": "A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited.",
"short_name": "Inspirational Leadership Quotes",
"homepage_url": "https:\/\/www.nolanscafe.co.uk",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"topSites"
],
"default_locale": "en",
"background": {
"page": "bg\/background.html",
"persistent": true
},
"chrome_url_overrides": {
"newtab": "override\/override.html"
}
} | |