Inspire Me Tab

Feel more inspired than ever with a brand new tab

Inspire Me Tab란 무엇입니까?

Inspire Me Tab은(는) https://inspiremetab.com/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Feel more inspired than ever with a brand new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Inspire Me Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        👉🏻  By clicking "Add to Chrome", I accept and agree to installing the Inspire Me Tab Extension and setting Chrome New Tab Search provider to Microsoft Bing as described by the service in EULA https://inspiremetab.com/#eula and Privacy Policy https://inspiremetab.com/privacy-policy.html.

👋 Hey there! Are you looking for a way to stay motivated and productive while browsing the web? Look no further than Inspire Me Tab, a Chrome extension that's here to help! 🌟

With Inspire Me Tab, you can choose from a variety of amazing backgrounds to make your browsing experience more visually appealing. And the best part? You can change them up whenever you want! 🖼️

But it's not just about looking good. Inspire Me Tab also has a Task Tracker function to help you stay on top of your goals. Whether you need to finish a project for work or just want to clean your apartment, you can enter your to-do list and allocate time for each task. 📝⏰

And for a daily dose of inspiration, Inspire Me Tab also features a collection of uplifting quotes. Every time you open a new tab, you'll be greeted with a new quote designed to motivate and inspire you. 💪📖

So if you're ready to take your browsing game to the next level, give Inspire Me Tab a try! 🚀

If you want to learn more about Inspire Me Tab, check out our website at inspiremetab.com. There, you can find more information about our extension and its features, as well as our privacy policies and eula.

And if you have any questions or feedback, don't hesitate to contact us! You can reach us through our website or by emailing us directly at [email protected]. We're always here to help and are committed to providing the best possible browsing experience for our users. 🤗                    

확장 프로그램 기본 정보

이름 Inspire Me Tab Inspire Me Tab
ID cjhfcpmnepjcmoohfjjkedinahjfoono
공식 URL https://chromewebstore.google.com/detail/inspire-me-tab/cjhfcpmnepjcmoohfjjkedinahjfoono
설명 Feel more inspired than ever with a brand new tab
파일 크기 360 KB
설치 횟수 11,521
현재 버전 1.0.3
최근 업데이트 2023-08-03
출시 날짜 2023-03-08
평점 5.00/5 총 13 개의 평점
개발자 https://inspiremetab.com/
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://inspiremetab.com/index.html
도움말 페이지 URL https://inspiremetab.com/index.html#contact
개인정보 보호 정책 페이지 URL https://inspiremetab.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspire Me Tab",
    "description": "Feel more inspired than ever with a brand new tab ",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "short_name": "InspireMeTab",
    "chrome_url_overrides": {
        "newtab": "\/html\/new_tab.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/inspiremetab.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}