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" } |