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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | 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 |
이메일 | [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" } } |