Tapir Facts
Tapir Facts gives you a random tapir fact every time the icon is clicked.
什麼是Tapir Facts?
Tapir Facts是由https://anders.janmyr.com開發的Chrome擴展程式,該擴展的主要功能是“Tapir Facts gives you a random tapir fact every time the icon is clicked.”。
擴展截圖
下載Tapir Facts擴展crx文件
下載Tapir Facts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Tapir Facts |
ID | demibliejeialgnfljjjjbkeipjnlagk |
官方網址 | https://chromewebstore.google.com/detail/tapir-facts/demibliejeialgnfljjjjbkeipjnlagk |
簡介 | Tapir Facts gives you a random tapir fact every time the icon is clicked. |
檔案大小 | 7.39 KB |
安裝次數 | 24 |
目前版本 | 1.0.1 |
更新時間 | 2015-05-24 |
上架時間 | 2015-05-24 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://anders.janmyr.com |
付費類型 | free |
支援的語言 | 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\/" ] } |