Border Collies!

Instantly makes your webpages more cute.

What is Border Collies!?

Border Collies! is a Chrome extension developed by tac550, and its main feature is "Instantly makes your webpages more cute.".

Extension Screenshots

screenshot
screenshot

Download Border Collies! Extension CRX File

Download Border Collies! 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

                        When clicked, this extension transforms each image in the current web page into a photo of a Border Collie. Reload the page to reset. -Version 1.2.0- Replaced missing image with a new one.                    

Extension Basic Information

Name Border Collies! Border Collies!
ID openkfgmamnbokhcenenjekngpkkphde
Official URL https://chromewebstore.google.com/detail/border-collies/openkfgmamnbokhcenenjekngpkkphde
Description Instantly makes your webpages more cute.
File Size 970 KB
Installation Count 158
Current Version 1.2.0
Last Updated 2018-01-10
Publish Date 2018-01-09
Rating 4.25/5 Total 8 Ratings
Developer tac550
Payment Type free
Extension Website https://github.com/tac550/BorderCollies
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Border Collies!",
    "version": "1.2.0",
    "description": "Instantly makes your webpages more cute.",
    "author": "Thomas Crosby",
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/border-collie.png",
        "default_title": "Border Collies!"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "manifest_version": 2
}