Rock With Me

Replace new tap page with a personal dashboard(SEVENTEEN) featuring Todo, search bar, random background, and quotes.

Rock With Meคืออะไร?

Rock With Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GYLEE และคุณลักษณะหลักของมันคือ "Replace new tap page with a personal dashboard(SEVENTEEN) featuring Todo, search bar, random background, and quotes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rock With Me

ดาวน์โหลดไฟล์ส่วนขยาย Rock With Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        22.09.04 배경 추가


> Rock With Me는 세븐틴 팬들을 위한 퍼스널 대시보드 입니다.

> “Rock With Me” is  a chrome extensions program, which replaces new tap page with a personal dashboard featuring Todo, search bar, random background, and quotes. (Only for CARAT)
It can be installed in the Naver Whale Browser.

> 주기적인 업데이트(사진)가 있으니, 꼭 버전을 확인 하시고 <확장 프로그램 관리>에서 개발자 모드 킨 후 업데이트 해주세요.

> 웨일 브라우저에서도 설치가 가능합니다. 


✨주요기능(Main Skill)

- 닉네임을 써서 로그인 할 수 있습니다. You can log in using your nickname.
- 검색바를 통해 구글 검색이 가능합니다. Google search is possible through the search bar.
- 멤버들의 사진이 배경에 랜덤으로 노출됩니다. SEVENTEEN's pictures will be randomly displayed in the background.
- Todo List를 작성할 수 있습니다. 과제, 업무 등등 세븐틴과 함께 해보세요. You can create a todo list. Do homework, work, etc. with SEVENTEEN.
- 화면 하단에 멤버들이 했던 말들이 적혀있습니다. At the bottom of the screen, SEVENTEEN members' wise sayings are written.
- Reset 버튼을 통해 로그아웃이 가능합니다. (단, Todo를 비롯한 모든 정보가 지워집니다!) You can log out through the Reset button. (However, all information including TO DO will be erased!)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rock With Me Rock With Me
ID imcdkgalfiniblolaipfffnfbicpkmeb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rock-with-me/imcdkgalfiniblolaipfffnfbicpkmeb
คำอธิบาย Replace new tap page with a personal dashboard(SEVENTEEN) featuring Todo, search bar, random background, and quotes.
ขนาดไฟล์ 167 MB
จำนวนการติดตั้ง 581
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2022-09-03
วันที่เผยแพร่ 2022-02-24
ผู้พัฒนา GYLEE
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rock With Me",
    "description": "Replace new tap page with a personal dashboard(SEVENTEEN) featuring Todo, search bar, random background, and quotes.",
    "version": "1.1.2",
    "author": "GY LEE",
    "action": {
        "default_icon": "logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}