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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nebgecgefmfhhagfljmmjegmafkdihne |
官方網址 | 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" ] } |