Corgi

This extension demonstrates a browser action with Corgis

What is Corgi?

Corgi is a Chrome extension developed by Junyu Wang, and its main feature is "This extension demonstrates a browser action with Corgis".

Extension Screenshots

screenshot

Download Corgi Extension CRX File

Download Corgi 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

                        This app shows a list of cute Corgi pictures originally from flickr.com                    

Extension Basic Information

Name Corgi Corgi
ID hdefhleknalfngicakbgokdgnibgkfle
Official URL https://chrome.google.com/webstore/detail/corgi/hdefhleknalfngicakbgokdgnibgkfle
Description This extension demonstrates a browser action with Corgis
File Size 361 KB
Installation Count 161
Current Version 1.0
Last Updated 2014-12-30
Publish Date 2014-12-30
Rating 3.67/5 Total 9 Ratings
Developer Junyu Wang
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corgi",
    "description": "This extension demonstrates a browser action with Corgis",
    "version": "1.0",
    "permissions": [
        "https:\/\/secure.flickr.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}