ChatWork DarkSkin
とりあえず黒いやつ作ってみた
Qu'est-ce que ChatWork DarkSkin ?
ChatWork DarkSkin est une extension Chrome développée par kenta nakamura, et sa fonction principale est "とりあえず黒いやつ作ってみた".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatWork DarkSkin
Téléchargez les fichiers d'extension ChatWork DarkSkin 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
いっきに黒くなる。アプリとして使うとヘッダー部分も黒くなるやつにしてみた。前のバージョンと同じくサイドメニュー部分もシンプルになる。アイコンまで消える。
Informations de Base sur l'Extension
Nom | ChatWork DarkSkin |
ID | lncidbbcmjegllbdlpbmgdelncdpgpkc |
URL Officiel | https://chromewebstore.google.com/detail/chatwork-darkskin/lncidbbcmjegllbdlpbmgdelncdpgpkc |
Description | とりあえず黒いやつ作ってみた |
Taille du Fichier | 84.07 KB |
Nombre d'Installations | 837 |
Version Actuelle | 3.1.011 |
Dernière Mise à Jour | 2021-09-01 |
Date de Publication | 2020-03-03 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | kenta nakamura |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chrome.google.com/webstore/detail/lncidbbcmjegllbdlpbmgdelncdpgpkc/publish-accepted?authuser=0&hl=ja |
URL de la Page d'Aide | https://chrome.google.com/webstore/detail/lncidbbcmjegllbdlpbmgdelncdpgpkc/publish-accepted?authuser=0&hl=ja |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChatWork DarkSkin", "version": "3.1.011", "description": "\u3068\u308a\u3042\u3048\u305a\u9ed2\u3044\u3084\u3064\u4f5c\u3063\u3066\u307f\u305f", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lncidbbcmjegllbdlpbmgdelncdpgpkc\/publish-accepted?authuser=0&hl=ja", "author": "Kenta Nakamura", "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "QuickInfoInput.js" ], "css": [ "style_before.css", "style.min.css", "style_cw.css" ], "matches": [ "https:\/\/kcw.kddi.ne.jp\/*", "https:\/\/www.chatwork.com\/*" ] } ], "web_accessible_resources": [ "style_before.css", "style.min.css", "QuickInfoInput.js", "style_cw.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "*:\/\/kcw.kddi.ne.jp\/", "*:\/\/www.chatwork.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |