Melania Trump Motivational Quotes
Inspirational quotes from Melania Trump in every new tab
Melania Trump Motivational Quotes란 무엇입니까?
Melania Trump Motivational Quotes은(는) Conor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspirational quotes from Melania Trump in every new tab"입니다.
확장 프로그램 스크린샷
Melania Trump Motivational Quotes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will display Melania Trump's most inspirational quotes whenever you open a new tab. Will be updating with further quotes. If you would like any quotes included, tweet them @theconorbrowne Please include #MelaniaTrump in your tweet.
확장 프로그램 기본 정보
이름 | Melania Trump Motivational Quotes |
ID | aoapgaaejpjbgcebblfbcjgmeacfiijk |
공식 URL | https://chromewebstore.google.com/detail/melania-trump-motivationa/aoapgaaejpjbgcebblfbcjgmeacfiijk |
설명 | Inspirational quotes from Melania Trump in every new tab |
파일 크기 | 150 KB |
설치 횟수 | 10 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-07-20 |
출시 날짜 | 2016-07-19 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Conor |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.twitter.com/theconorbrowne |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Melania Trump Motivational Quotes", "description": "Inspirational quotes from Melania Trump in every new tab", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "js\/vendor\/angular.min.js" ] }, "content_scripts": [ { "js": [ "js\/vendor\/jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "chrome_url_overrides": { "newtab": "tab.html" } } |