Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Vad är Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer är en Chrome-tillägg utvecklad av Rounak Agarwal, och dess huvudfunktion är "Display a random Calvin and Hobbes comic strip.".
Tilläggsskärmbilder
Ladda ner Calvin and Hobbes Explorer-förlängningens CRX-fil
Ladda ner Calvin and Hobbes Explorer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Each time the icon is clicked, the extension displays a random Calvin and Hobbes comic strip. On clicking the add-on, initially you will be greeted by a Calvin and Hobbes GIF for the time it takes the comic strip to load. As soon as the add-on finishes fetching the comic strip, the GIF is replaced by it.
Grundläggande Information om Tillägg
Namn | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Officiell webbadress | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Beskrivning | Display a random Calvin and Hobbes comic strip. |
Filstorlek | 633 KB |
Antal Installationer | 225 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2020-11-19 |
Publiceringsdatum | 2020-07-23 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Rounak Agarwal |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Hjälpsida URL | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calvin and Hobbes Explorer", "version": "1.0.3", "description": "Display a random Calvin and Hobbes comic strip.", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [], "browser_action": { "default_popup": "hello.html", "default_icon": "calvin_and_hobbes_icon.png" } } |