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ファイルをダウンロード

Pixiv Ranking New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}