Let There Be Puppies
Searches the loaded page for images of keywords.. and replaces them with Puppies!
Let There Be Puppiesとは何ですか?
Let There Be Puppiesはlimcolin1984によって開発されたChromeの拡張機能で、その主な機能は「Searches the loaded page for images of keywords.. and replaces them with Puppies!」です。
拡張機能のスクリーンショット
Let There Be Puppies拡張機能のCRXファイルをダウンロード
Let There Be Puppies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Searches the loaded page for images of your keywords.. and replaces them with Puppies.
Works by replacing images with src or alt-text containing user-selected keywords.
1. Enter keywords via the icon beside your browser address bar or extension options.
2. Let There Be Puppies! 拡張機能の基本情報
| 名前 | |
| ID | knklpopblbilnogkigmnehcknipcipjd |
| 公式URL | https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd |
| 説明 | Searches the loaded page for images of keywords.. and replaces them with Puppies! |
| ファイルサイズ | 43.65 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2016-12-11 |
| 公開日 | 2016-12-11 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | limcolin1984 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"lettherebepuppies.js"
],
"matches": [
"http:\/\/*\/*"
]
}
],
"description": "Searches the loaded page for images of keywords.. and replaces them with Puppies!",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Let There Be Puppies",
"version": "1.1.1",
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html"
},
"browser_action": {
"default_icon": {
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "options.html",
"default_title": "Click here to enter keyword"
}
} | |