Coder Quotes

Programming quotes will shows when you open every new tab in chrome

What is Coder Quotes?

Coder Quotes is a Chrome extension developed by http://ajithvgiri.com, and its main feature is "Programming quotes will shows when you open every new tab in chrome".

Extension Screenshots

screenshot

Download Coder Quotes Extension CRX File

Download Coder Quotes 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

                        Introducing Coder Quotes - .

Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. 

Coder quotes is your online library for programmer quotes.                    

Extension Basic Information

Name Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
Official URL https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
Description Programming quotes will shows when you open every new tab in chrome
File Size 17.55 KB
Installation Count 48
Current Version 1.3
Last Updated 2018-11-17
Publish Date 2018-11-17
Rating 5.00/5 Total 8 Ratings
Developer http://ajithvgiri.com
Email [email protected]
Payment Type free
Extension Website https://github.com/ajithvgiri/coder_quotes
Help Page URL https://github.com/ajithvgiri/coder_quotes
Privacy Policy Page URL https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Quotes",
    "short_name": "coder quotes",
    "description": "Programming quotes will shows when you open every new tab in chrome",
    "version": "1.3",
    "author": "Ajith v Giri",
    "browser_action": {
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}