Puggin.it
Replaces images with Pugs
什么是Puggin.it?
Puggin.it是由https://www.rockcandymedia.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces images with Pugs”。
扩展截图
下载Puggin.it扩展crx文件
下载Puggin.it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get this Chrome extension to pimp every page with a profusion of pugs. 1. Visit any website that has photos, such as Facebook or USA Today. 2. Click the Rock Candy Media logo. 3. Enjoy the pugs.
扩展基本信息
名称 | |
ID | fgccknmgndofeggbcaekgolhflbhdjnd |
官方URL | https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd |
简介 | Replaces images with Pugs |
文件大小 | 72.01 KB |
安装次数 | 135 |
当前版本 | 1.3 |
更新时间 | 2013-08-19 |
上架时间 | 2013-08-19 |
评分 | 4.40/5 共10次评分 |
开发者 | https://www.rockcandymedia.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "rcm.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Puggin.it" }, "description": "Replaces images with Pugs", "homepage_url": "http:\/\/puggin.it", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "author": "Joe Wanko", "manifest_version": 2, "name": "Puggin.it", "permissions": [ "http:\/\/rockcandymedia.com\/puggin.it\/pugs.xml", "activeTab" ], "version": "1.3" } |