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 |
官方網址 | 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" } |