cats.
There are no uninteresting cats; only uninterested people.
cats.란 무엇입니까?
cats.은(는) B Jones에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "There are no uninteresting cats; only uninterested people."입니다.
확장 프로그램 스크린샷
cats. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that is aptly named - it will provide you with cats, with perhaps about once per month a bunny or dog sneaking in. There is no purpose to this extension beyond making you smile one additional time each day. Upon installation, the extension will add a small browser button. Clicking it will produce your daily cat. It will never introduce itself unless you click the button. You can click the button as often as you like, but a new cat will only appear overnight. Each day has its own cat, like a picture calendar.
확장 프로그램 기본 정보
이름 | |
ID | pdfklfdfahcjkkkogigggbfhbojcnhgb |
공식 URL | https://chrome.google.com/webstore/detail/cats/pdfklfdfahcjkkkogigggbfhbojcnhgb |
설명 | There are no uninteresting cats; only uninterested people. |
파일 크기 | 52.88 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.46 |
최근 업데이트 | 2018-09-25 |
출시 날짜 | 2018-09-25 |
평점 | 4.33/5 총 668 개의 평점 |
개발자 | B Jones |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "cats.", "version": "0.46", "background": { "page": "content\/background.html" }, "permissions": [ "notifications", "http:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pdfklfdfahcjkkkogigggbfhbojcnhgb", "description": "There are no uninteresting cats; only uninterested people.", "minimum_chrome_version": "17.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon-19.png", "default_title": "old cat", "default_popup": "content\/cats.html" }, "web_accessible_resources": [ "icons\/icon-16.png" ] } |