Y’allifier
Makes the words of the world a little gentler on the soul.
Y’allifier란 무엇입니까?
Y’allifier은(는) steev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes the words of the world a little gentler on the soul."입니다.
확장 프로그램 스크린샷
Y’allifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
확장 프로그램 기본 정보
이름 | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
공식 URL | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
설명 | Makes the words of the world a little gentler on the soul. |
파일 크기 | 14.84 KB |
설치 횟수 | 19 |
현재 버전 | 1.6 |
최근 업데이트 | 2016-08-14 |
출시 날짜 | 2016-08-14 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | steev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/asiansteev/y-allifier |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Y\u2019allifier", "short_name": "Y\u2019allifier", "description": "Makes the words of the world a little gentler on the soul.", "author": "steev", "version": "1.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |