Corgi-Break
It's time for a Corgi Break.
What is Corgi-Break?
Corgi-Break is a Chrome extension developed by Alex Recker, and its main feature is "It's time for a Corgi Break.".
Extension Screenshots
Download Corgi-Break Extension CRX File
Download Corgi-Break extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Getting burnt out? Take a Corgi break, man. With images, imgur albums, and YouTube videos pulled fresh from /r/corgi, you are always just a click away from Corgi heaven.
Extension Basic Information
Name | |
ID | eefgnnnhlmhhpbgcnklbhnkgdjokgncd |
Official URL | https://chrome.google.com/webstore/detail/corgi-break/eefgnnnhlmhhpbgcnklbhnkgdjokgncd |
Description | It's time for a Corgi Break. |
File Size | 1.57 MB |
Installation Count | 152 |
Current Version | 1.1 |
Last Updated | 2014-08-05 |
Publish Date | 2014-08-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Alex Recker |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corgi-Break", "version": "1.1", "manifest_version": 2, "description": "It's time for a Corgi Break.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Corgi-Break", "default_popup": "main.html" }, "permissions": [ "storage", "http:\/\/*.reddit.com\/*", "http:\/\/fonts.googleapis.com\/*" ] } |