Tapir Facts
Tapir Facts gives you a random tapir fact every time the icon is clicked.
What is Tapir Facts?
Tapir Facts is a Chrome extension developed by https://anders.janmyr.com, and its main feature is "Tapir Facts gives you a random tapir fact every time the icon is clicked.".
Extension Screenshots
Download Tapir Facts Extension CRX File
Download Tapir Facts 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 | Tapir Facts |
ID | demibliejeialgnfljjjjbkeipjnlagk |
Official URL | https://chromewebstore.google.com/detail/tapir-facts/demibliejeialgnfljjjjbkeipjnlagk |
Description | Tapir Facts gives you a random tapir fact every time the icon is clicked. |
File Size | 7.39 KB |
Installation Count | 24 |
Current Version | 1.0.1 |
Last Updated | 2015-05-24 |
Publish Date | 2015-05-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://anders.janmyr.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tapir Facts", "version": "1.0.1", "manifest_version": 2, "description": "Tapir Facts gives you a random tapir fact every time the icon is clicked.", "browser_action": { "default_icon": "tapir-icon.png", "default_popup": "index.html" }, "permissions": [ "http:\/\/tapirs.janmyr.com\/" ] } |