Credits
Learn who created the websites you visit
Credits란 무엇입니까?
Credits은(는) https://makesites.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn who created the websites you visit"입니다.
확장 프로그램 스크린샷
Credits 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Credits is an extension that promotes the technical and artistic people that contribute in the development and evolution of the Web. By displaying a single icon in Chrome's toolbar, visitors have immediate access to the website's humans.txt file, which is a standard way to display information about the different people who have contributed in the construction of the website they are viewing. Presentation is similar to a traditional credit roll. ASCII art is supported with main consideration being the max width of the popup window (800px) We invite everyone to give credit to the teams responsible for the web applications we use every day, by installing and using this extension. Our hope is to reward creative people for their hard work and encourage them to do even more through recognition of their contributions. Originally created as a weekend hackathon organized by Makesites.org
확장 프로그램 기본 정보
이름 | Credits |
ID | gnelaoadiiffeiddnfbbamnmdbfidfog |
공식 URL | https://chromewebstore.google.com/detail/credits/gnelaoadiiffeiddnfbbamnmdbfidfog |
설명 | Learn who created the websites you visit |
파일 크기 | 24.54 KB |
설치 횟수 | 24 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2016-05-13 |
출시 날짜 | 2016-05-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://makesites.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://credits.makesit.es |
도움말 페이지 URL | http://facebook.com/makesites.org |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Credits", "version": "0.3.0", "short_name": "Credits", "description": "Learn who created the websites you visit", "permissions": [ "tabs" ], "browser_action": { "default_title": "Credits", "default_icon": "assets\/img\/icon\/19.png", "default_popup": "index.html" }, "icons": { "48": "assets\/img\/icon\/48.png", "72": "assets\/img\/icon\/72.png", "128": "assets\/img\/icon\/128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'; frame-src http:\/\/credits.makesit.es http:\/\/makesit.es http:\/\/kdi.co http:\/\/cdn.kdi.co http:\/\/cdn.makesit.es http:\/\/fonts.googleapis.com http:\/\/cdnjs.cloudflare.com" } |