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 |
公式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 |
Eメール | [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" ] } |