Read A Comic
Replace new tab screen with a nerdy comic (only xkcd as of now).
Qu'est-ce que Read A Comic ?
Read A Comic est une extension Chrome développée par arnavsharma93, et sa fonction principale est "Replace new tab screen with a nerdy comic (only xkcd as of now). ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Read A Comic
Téléchargez les fichiers d'extension Read A Comic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | mmacpohnmpmmociiiablalhaggmoldko |
URL Officiel | https://chrome.google.com/webstore/detail/read-a-comic/mmacpohnmpmmociiiablalhaggmoldko |
Description | Replace new tab screen with a nerdy comic (only xkcd as of now). |
Taille du Fichier | 846 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2015-05-30 |
Date de Publication | 2015-05-30 |
Évaluation | 5.00/5 Total 14 Évaluations |
Développeur | arnavsharma93 |
Type de Paiement | free |
Langues Prises en Charge | 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" } |