inspireNuggets for Chrome
inspireNuggets displays random inspiring techie quotes for developers/designers.
inspireNuggets for Chromeとは何ですか?
inspireNuggets for ChromeはBolaji Ayodejiによって開発されたChromeの拡張機能で、その主な機能は「inspireNuggets displays random inspiring techie quotes for developers/designers.」です。
拡張機能のスクリーンショット
inspireNuggets for Chrome拡張機能のCRXファイルをダウンロード
inspireNuggets for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get inspired while working!! ✅ Once installed successfully ✅ Open a New Tab to get inspired ✅ All quotes are tech related ✅ Quotes are refreshed every 10 seconds ✅ Superb user experience guaranteed ✅ Stay refreshed, while working!!!
拡張機能の基本情報
名前 | |
ID | acnfgdioohhajabdofaadfdhmlkphmlb |
公式URL | https://chromewebstore.google.com/detail/inspirenuggets-for-chrome/acnfgdioohhajabdofaadfdhmlkphmlb |
説明 | inspireNuggets displays random inspiring techie quotes for developers/designers. |
ファイルサイズ | 222 KB |
インストール数 | 73 |
現在のバージョン | 3.2 |
最終更新日 | 2019-08-19 |
公開日 | 2019-08-19 |
評価 | 4.73/5 合計 11 レビュー |
開発者 | Bolaji Ayodeji |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/BolajiAyodeji/inspireNuggets |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "inspireNuggets for Chrome", "short_name": "inspireNuggets", "description": "inspireNuggets displays random inspiring techie quotes for developers\/designers.", "version": "3.2", "author": "Bolaji Ayodeji", "icons": { "500": "img\/chrome-icon.png" }, "browser_action": { "default_title": "Get inspired", "default_icon": "img\/chrome-icon.png", "default_popup": "popup\/popup.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab" ] } |