无用主意标签页

在新标签页展示一个无用的主意

无用主意标签页란 무엇입니까?

无用主意标签页은(는) Steve Sun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在新标签页展示一个无用的主意"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

无用主意标签页 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A new tab extension which displays ideas in new tab page.

一个用 useless ideas API 制作的新标签页,每次打开一个新标签页,同时打开一个灵感。                    

확장 프로그램 기본 정보

이름 无用主意标签页 无用主意标签页
ID lieiofhdejclfpflofeooilpeaphlcgd
공식 URL https://chromewebstore.google.com/detail/%E6%97%A0%E7%94%A8%E4%B8%BB%E6%84%8F%E6%A0%87%E7%AD%BE%E9%A1%B5/lieiofhdejclfpflofeooilpeaphlcgd
설명 在新标签页展示一个无用的主意
파일 크기 491 KB
설치 횟수 61
현재 버전 1.2
최근 업데이트 2022-07-30
출시 날짜 2020-10-06
평점 5.00/5 총 3 개의 평점
개발자 Steve Sun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://q24.io/useless
도움말 페이지 URL https://q24.io/useless
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u5728\u65b0\u6807\u7b7e\u9875\u5c55\u793a\u4e00\u4e2a\u65e0\u7528\u7684\u4e3b\u610f",
    "version": "1.2",
    "manifest_version": 3,
    "name": "\u65e0\u7528\u4e3b\u610f\u6807\u7b7e\u9875",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "cyber-pigeon.png"
            ],
            "matches": []
        }
    ]
}