Big Nate
Big Nate comics
Big Nate란 무엇입니까?
Big Nate은(는) https://notepad.softwarevalley.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Big Nate comics"입니다.
확장 프로그램 스크린샷
Big Nate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you like Big Nate comics and you would like to receive new comics every day, install this extension and enjoy. **** You can also install this extension (http://goo.gl/8jx0N) if you would like to follow other comics from GoComics.com site too. **** FEATURES **** • Navigate through comics with left/right arrows; home key to go to newest comic. • Last viewed comic is now saved so you can go back and read what you have missed.
확장 프로그램 기본 정보
이름 | Big Nate |
ID | idjofkllpnkmcckegdacglccbieokejk |
공식 URL | https://chromewebstore.google.com/detail/big-nate/idjofkllpnkmcckegdacglccbieokejk |
설명 | Big Nate comics |
파일 크기 | 53.56 KB |
설치 횟수 | 319 |
현재 버전 | 1.4.2 |
최근 업데이트 | 2022-09-30 |
출시 날짜 | 2018-07-05 |
평점 | 4.22/5 총 9 개의 평점 |
개발자 | https://notepad.softwarevalley.net |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Big Nate", "version": "1.4.2", "manifest_version": 2, "description": "Big Nate comics", "icons": { "128": "images\/icon-128.png", "19": "images\/icon-19.png", "48": "images\/icon-48.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/big-nate\/idjofkllpnkmcckegdacglccbieokejk", "content_security_policy": "default-src 'self'; img-src 'self' https:\/\/assets.amuniversal.com; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/*.gocomics.com\/bignate\/", "browser_action": { "default_icon": "images\/icon-19.png", "default_title": "Big Nate Comics", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.gocomics.com\/bignate\/*" ] } |