inspireNuggets for Chrome

inspireNuggets displays random inspiring techie quotes for developers/designers.

What is inspireNuggets for Chrome?

inspireNuggets for Chrome is a Chrome extension developed by Bolaji Ayodeji, and its main feature is "inspireNuggets displays random inspiring techie quotes for developers/designers.".

Extension Screenshots

Download inspireNuggets for Chrome Extension CRX File

Download inspireNuggets for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!!!                    

Extension Basic Information

Name inspireNuggets for Chrome inspireNuggets for Chrome
ID acnfgdioohhajabdofaadfdhmlkphmlb
Official URL https://chromewebstore.google.com/detail/inspirenuggets-for-chrome/acnfgdioohhajabdofaadfdhmlkphmlb
Description inspireNuggets displays random inspiring techie quotes for developers/designers.
File Size 222 KB
Installation Count 73
Current Version 3.2
Last Updated 2019-08-19
Publish Date 2019-08-19
Rating 4.73/5 Total 11 Ratings
Developer Bolaji Ayodeji
Email [email protected]
Payment Type free
Extension Website https://github.com/BolajiAyodeji/inspireNuggets
Supported Languages 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"
    ]
}