Pixiv Ranking New Tab

Show Pixiv daily rankings on your new tab page.

Pixiv Ranking New Tab란 무엇입니까?

Pixiv Ranking New Tab은(는) https://pixiv.moe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Pixiv daily rankings on your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pixiv Ranking New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pixiv Ranking New Tab allows you to customize your New Tab page.

Pixiv Ranking New Tab replaces the original new tab with Pixiv Illust Rankings and offers a variety of quick and useful features.

After installing this extension, you can use the following features:

1. View today's Pixiv Illust Rankings. Ranking is updated daily at 12 noon (GMT +9).
2. Download specified works.
3. View your Chrome browsing history.
4. View your Chrome bookmarks.
5. View your Chrome bookmarks.
6. View your Chrome Apps.                    

확장 프로그램 기본 정보

이름 Pixiv Ranking New Tab Pixiv Ranking New Tab
ID mjfpkofgblpbkmjapadadendndgpiehh
공식 URL https://chromewebstore.google.com/detail/pixiv-ranking-new-tab/mjfpkofgblpbkmjapadadendndgpiehh
설명 Show Pixiv daily rankings on your new tab page.
파일 크기 604 KB
설치 횟수 592
현재 버전 0.5.14
최근 업데이트 2023-02-20
출시 날짜 2020-04-19
평점 4.17/5 총 6 개의 평점
개발자 https://pixiv.moe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kokororin/pixiv-ranking-new-tab
도움말 페이지 URL https://github.com/kokororin/pixiv-ranking-new-tab/issues
지원되는 언어 en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo-128.png",
        "16": "logo-16.png",
        "48": "logo-48.png"
    },
    "browser_action": {
        "default_icon": "logo-48.png"
    },
    "background": {
        "scripts": [
            "backend.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "notifications",
        "https:\/\/api.pixiv.moe\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "default_locale": "en",
    "version": "0.5.14"
}