OpenPuppies
New tab extension that generates puppy gifs.
What is OpenPuppies?
OpenPuppies is a Chrome extension developed by http://opengifs.com, and its main feature is "New tab extension that generates puppy gifs.".
Extension Screenshots
Download OpenPuppies Extension CRX File
Download OpenPuppies 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
Extension Basic Information
Name | |
ID | eibeadnlhlhkedcdhfljihkfkgmcacin |
Official URL | https://chrome.google.com/webstore/detail/openpuppies/eibeadnlhlhkedcdhfljihkfkgmcacin |
Description | New tab extension that generates puppy gifs. |
File Size | 441 MB |
Installation Count | 15 |
Current Version | 0.0.6 |
Last Updated | 2016-02-10 |
Publish Date | 2016-02-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://opengifs.com |
Payment Type | free |
Extension Website | http://opengifs.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenPuppies", "short_name": "OpenPuppies", "version": "0.0.6", "description": "New tab extension that generates puppy gifs.", "author": "OpenPuppies", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "assets\/gifs\/*" ] } |