OpenPuppies
New tab extension that generates puppy gifs.
什麼是OpenPuppies?
OpenPuppies是由http://opengifs.com開發的Chrome擴展程式,該擴展的主要功能是“New tab extension that generates puppy gifs.”。
擴展截圖
下載OpenPuppies擴展crx文件
下載OpenPuppies擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | eibeadnlhlhkedcdhfljihkfkgmcacin |
官方網址 | https://chrome.google.com/webstore/detail/openpuppies/eibeadnlhlhkedcdhfljihkfkgmcacin |
簡介 | New tab extension that generates puppy gifs. |
檔案大小 | 441 MB |
安裝次數 | 15 |
目前版本 | 0.0.6 |
更新時間 | 2016-02-10 |
上架時間 | 2016-02-10 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://opengifs.com |
付費類型 | free |
擴展官網 | http://opengifs.com |
支援的語言 | 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\/*" ] } |