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
官方網址 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"
}