The Day's Sidebar
A mashup of The Day's Color and Sidebar.io.
The Day's Sidebarとは何ですか?
The Day's Sidebarはhttps://kevinformatics.comによって開発されたChromeの拡張機能で、その主な機能は「A mashup of The Day's Color and Sidebar.io.」です。
拡張機能のスクリーンショット
The Day's Sidebar拡張機能のCRXファイルをダウンロード
The Day's Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of looking at a cluttered new tab page? Want to keep up on the latest design news? Try The Day's Sidebar, now with 100% more animations! With "inspiration" from The Day's Color by Nigel Evan Dennis and with links from Sidebar by Sacha Greif. This extension is open source! Check out the code at https://github.com/kevinwuhoo/thedayssidebar.
拡張機能の基本情報
名前 | The Day's Sidebar |
ID | njkkgfngelkphhfadnpealmkjmdjcioc |
公式URL | https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc |
説明 | A mashup of The Day's Color and Sidebar.io. |
ファイルサイズ | 61.46 KB |
インストール数 | 14 |
現在のバージョン | 0.0.4 |
最終更新日 | 2015-12-22 |
公開日 | 2015-12-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://kevinformatics.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://kevinformatics.com/thedayssidebar/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Day's Sidebar", "version": "0.0.4", "manifest_version": 2, "description": "A mashup of The Day's Color and Sidebar.io.", "homepage_url": "http:\/\/kevinwuhoo.github.io\/thedayssidebar", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "chrome_url_overrides": { "newtab": "thedayssidebar.html" }, "permissions": [ "http:\/\/thedayssidebar.herokuapp.com\/" ], "web_accessible_resources": [ "assets\/*" ] } |