The Seeker
This guy follows you around man. He's just like...a friend.
The Seeker란 무엇입니까?
The Seeker은(는) jjlax328에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This guy follows you around man. He's just like...a friend."입니다.
확장 프로그램 스크린샷
The Seeker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Think of The Seeker as a virtual pet that lives in your browser! We now feature 3 characters or "pets" to join you on your adventures as you browse the interwebs! New characters are always in the works, so stay tuned for that and do be sure to leave a comment and let us know what you'd like to see in future updates. (Character requests welcome & encouraged!) ** New in version 0.0.3: ** We've added ANOTHER new character. It's a small nerd with a poofy do. It bobbles and glistens from your monitors glow as you work. ...also of note, v0.0.2 is ancient news. It came out over 2 hours ago...so yeah. Do be sure though to check out the cool "Cat Soldier" that was released then. He wears sunglasses and has a cool camo outfit.
확장 프로그램 기본 정보
이름 | The Seeker |
ID | enkeachbplalkhogpghokgnmafknamjd |
공식 URL | https://chromewebstore.google.com/detail/the-seeker/enkeachbplalkhogpghokgnmafknamjd |
설명 | This guy follows you around man. He's just like...a friend. |
파일 크기 | 402 KB |
설치 횟수 | 804 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2017-11-21 |
출시 날짜 | 2017-11-21 |
평점 | 2.72/5 총 18 개의 평점 |
개발자 | jjlax328 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Seeker", "version": "0.0.3", "manifest_version": 2, "description": "This guy follows you around man. He's just like...a friend.", "homepage_url": "http:\/\/worldisending.com", "icons": { "16": "icons\/seeker_16px.png", "48": "icons\/seeker_64px.png", "128": "icons\/seeker_128px.png" }, "default_locale": "en", "background": { "page": "src\/background\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/seeker_64px.png", "default_title": "The Call Him The Seeker", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/main.js" ], "css": [ "css\/styles.css" ] } ], "web_accessible_resources": [ "images\/free_walker.gif", "images\/sprite_cat-soldier.png", "images\/sprite_sir-nerdington.png" ] } |