Coder Quotes

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

Vad är Coder Quotes?

Coder Quotes är en Chrome-tillägg utvecklad av http://ajithvgiri.com, och dess huvudfunktion är "Programming quotes will shows when you open every new tab in chrome".

Tilläggsskärmbilder

screenshot

Ladda ner Coder Quotes-förlängningens CRX-fil

Ladda ner Coder Quotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
Officiell webbadress https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
Beskrivning Programming quotes will shows when you open every new tab in chrome
Filstorlek 17.55 KB
Antal Installationer 48
Aktuell Version 1.3
Senast Uppdaterad 2018-11-17
Publiceringsdatum 2018-11-17
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare http://ajithvgiri.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ajithvgiri/coder_quotes
Hjälpsida URL https://github.com/ajithvgiri/coder_quotes
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
Stödda Språk 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"
    ]
}