Brexit means Breadsticks
Turns every mention of Brexit on any website into 'breadsticks'
Brexit means Breadsticks란 무엇입니까?
Brexit means Breadsticks은(는) nkhilv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns every mention of Brexit on any website into 'breadsticks'"입니다.
확장 프로그램 스크린샷
Brexit means Breadsticks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired coming across brexit everywhere you go? Turn any mention of the word 'Brexit' to 'Breadsticks'. Install it to save your sanity. I promise eternal salvation, or triple your money back! You can find the working code for this plugin on Github (/nkhil). P.S. I'm currently looking for a junior developer role. In case you know anyone who's looking for a hard working developer, my Github username is nkhil, and my portfolio is nikhilvijayan(dot)com
확장 프로그램 기본 정보
이름 | |
ID | okbmmlhhebmgpjgjhffamejlcgclpkkh |
공식 URL | https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh |
설명 | Turns every mention of Brexit on any website into 'breadsticks' |
파일 크기 | 26.49 KB |
설치 횟수 | 47 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2019-04-05 |
출시 날짜 | 2019-04-05 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | nkhilv |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.nikhilvijayan.com |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brexit means Breadsticks", "version": "0.1.4", "description": "Turns every mention of Brexit on any website into 'breadsticks'", "icons": { "16": "images\/breadsticks16.png", "48": "images\/breadsticks48.png", "128": "images\/breadsticks128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |