Coder Quotes

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

什么是Coder Quotes?

Coder Quotes是由http://ajithvgiri.com开发的Chrome扩展程序,该扩展的主要功能是“Programming quotes will shows when you open every new tab in chrome”。

扩展截图

screenshot

下载Coder Quotes扩展crx文件

下载Coder Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
官方URL https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
简介 Programming quotes will shows when you open every new tab in chrome
文件大小 17.55 KB
安装次数 48
当前版本 1.3
更新时间 2018-11-17
上架时间 2018-11-17
评分 5.00/5 共8次评分
开发者 http://ajithvgiri.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ajithvgiri/coder_quotes
帮助页面URL https://github.com/ajithvgiri/coder_quotes
隐私政策页面URL https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
支持的语言 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"
    ]
}