Just Do It
A little bit of motivation for any occasion!
Just Do It란 무엇입니까?
Just Do It은(는) Hunter Parks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A little bit of motivation for any occasion!"입니다.
확장 프로그램 스크린샷
Just Do It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you looking for a bit of motivation? Install this extension to be motivated by none-other-than Shia LaBeouf with the simple click-of-a-button. One activated, Just Do It will randomly play one of six clips from Shia's own "Just Do It" motivational speech YouTube video. Update notes can be found below. Please leave feedback if there are any suggestions/issues! **Version 0.2.1** - Updated to v3 manifest for better compatibility **Version 0.1.14** - Updated to comply with updated CWS guidelines **Version 0.1.0** - Initial release of Just Do It For information on older releases, please visit the following link: https://github.com/hunterparks/JustDoIt
확장 프로그램 기본 정보
이름 | Just Do It |
ID | pdnkdpkigplndkpnciommmacnplfjbal |
공식 URL | https://chromewebstore.google.com/detail/just-do-it/pdnkdpkigplndkpnciommmacnplfjbal |
설명 | A little bit of motivation for any occasion! |
파일 크기 | 12.06 MB |
설치 횟수 | 4,449 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2022-01-25 |
출시 날짜 | 2017-06-09 |
평점 | 4.64/5 총 22 개의 평점 |
개발자 | Hunter Parks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/hunterparks/JustDoIt |
지원되는 언어 | en |
manifest.json | |
{ "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": "images\/icon.png", "icons": [ "images\/icon.png" ], "default_title": "Just Do It" }, "content_scripts": [ { "css": [ "styles\/main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_appDescription__", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "manifest_version": 3, "name": "__MSG_appName__", "short_name": "Just Do It", "permissions": [ "activeTab", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "web_accessible_resources": [ { "resources": [ "\/assets\/*", "\/images\/*", "\/styles\/main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |