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 |
电子邮箱 | [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" ] } |