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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |