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 |
官方網址 | 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" } |