MEOWSER.ME
Replaces all images on a given page with pictures of cats.
MEOWSER.ME란 무엇입니까?
MEOWSER.ME은(는) http://www.meowser.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces all images on a given page with pictures of cats."입니다.
확장 프로그램 스크린샷
MEOWSER.ME 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!! Meowser.me replaces all the images on a web page with photos of CATS! Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!
확장 프로그램 기본 정보
이름 | |
ID | cpjfmcjkclaplkjecocopokgephfimnb |
공식 URL | https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb |
설명 | Replaces all images on a given page with pictures of cats. |
파일 크기 | 33.16 KB |
설치 횟수 | 97 |
현재 버전 | 2.1 |
최근 업데이트 | 2014-03-02 |
출시 날짜 | 2014-03-02 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | http://www.meowser.me |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "heycat.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "MEOWSER.ME" }, "description": "Replaces all images on a given page with pictures of cats.", "homepage_url": "http:\/\/www.meowser.me", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "MEOWSER.ME", "permissions": [ "activeTab" ], "version": "2.1" } |