Pixiv Ranking New Tab
Show Pixiv daily rankings on your new tab page.
Qu'est-ce que Pixiv Ranking New Tab ?
Pixiv Ranking New Tab est une extension Chrome développée par https://pixiv.moe, et sa fonction principale est "Show Pixiv daily rankings on your new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pixiv Ranking New Tab
Téléchargez les fichiers d'extension Pixiv Ranking New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pixiv Ranking New Tab |
ID | mjfpkofgblpbkmjapadadendndgpiehh |
URL Officiel | https://chromewebstore.google.com/detail/pixiv-ranking-new-tab/mjfpkofgblpbkmjapadadendndgpiehh |
Description | Show Pixiv daily rankings on your new tab page. |
Taille du Fichier | 604 KB |
Nombre d'Installations | 592 |
Version Actuelle | 0.5.14 |
Dernière Mise à Jour | 2023-02-20 |
Date de Publication | 2020-04-19 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | https://pixiv.moe |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kokororin/pixiv-ranking-new-tab |
URL de la Page d'Aide | https://github.com/kokororin/pixiv-ranking-new-tab/issues |
Langues Prises en Charge | 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" } |