Read A Comic
Replace new tab screen with a nerdy comic (only xkcd as of now).
Read A Comicとは何ですか?
Read A Comicはarnavsharma93によって開発されたChromeの拡張機能で、その主な機能は「Replace new tab screen with a nerdy comic (only xkcd as of now). 」です。
拡張機能のスクリーンショット
Read A Comic拡張機能のCRXファイルをダウンロード
Read A Comic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension will open up a new comic on every new tab. If you would like to maintain the of level your productivity, please change the refresh interval from the settings. The settings wrench bar is at the bottom right of the new tab screen. By default, it is set to 0. We plan on adding more features, more comics in the future. Please do leave us a feedback and a rating. Contact us for hugs and bugs. If you like it and use it, please buy us a beer the next time you meet us. Tejas Shah (facebook.com/sh.tejas.shah) Arnav Sharma (facebook.com/arnavsharma93)
拡張機能の基本情報
名前 | |
ID | mmacpohnmpmmociiiablalhaggmoldko |
公式URL | https://chrome.google.com/webstore/detail/read-a-comic/mmacpohnmpmmociiiablalhaggmoldko |
説明 | Replace new tab screen with a nerdy comic (only xkcd as of now). |
ファイルサイズ | 846 KB |
インストール数 | 41 |
現在のバージョン | 0.0.2 |
最終更新日 | 2015-05-30 |
公開日 | 2015-05-30 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | arnavsharma93 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "description": "Replace new tab screen with a nerdy comic (only xkcd as of now). ", "icons": { "128": "images\/icon128.png", "112": "images\/icon112.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Read A Comic", "options_page": "index.html#myModal", "permissions": [ "storage", "http:\/\/*.xkcd.com\/" ], "version": "0.0.2" } |