Octotree Theme
A Browser Extension which gives different filetypes different icons, and code color theme to GitHub and Octotree for free.
Octotree Theme क्या है?
Octotree Theme https://misa198.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Browser Extension which gives different filetypes different icons, and code color theme to GitHub and Octotree for free."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Octotree Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Octotree is a very useful extension when using Github. My add-on brings icon themes and code themes to use with Octotree and Github for free. Below are the themes that this extension provides. Icons theme - Material Icons Theme - Atom Icons Theme Code corlor themes - Default (Default Github theme) - Ambiance - Ayu mirage - Chaos - Clouds midnight - Cobalt - Dracula - Github dark - Idle fingers - Kr theme - Merbivore soft - Merbivore - Mono industrial clear - Mono industrial - Monokai spacegray eighties - Monokai - Obsidian - One dark - Pastel on dark - Railscasts - Solarized dark - Terminal - Tomorrow night blue - Tomorrow night bright - Tomorrow night eighties - Tomorrow night - Twilight - Vibrant ink
एक्सटेंशन की मूल जानकारी
नाम | |
ID | meagmbmaaljhgdcglcmflnnglpokldcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/octotree-theme/meagmbmaaljhgdcglcmflnnglpokldcj |
विवरण | A Browser Extension which gives different filetypes different icons, and code color theme to GitHub and Octotree for free. |
फ़ाइल का आकार | 936 KB |
स्थापना संख्या | 593 |
वर्तमान संस्करण | 1.4.3 |
अंतिम अपडेट | 2023-03-02 |
प्रकाशन तिथि | 2022-03-09 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://misa198.vercel.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://octotree-theme.web.app/ |
सहायता पृष्ठ URL | https://github.com/misa198/octotree-theme/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A Browser Extension which gives different filetypes different icons, and code color theme to GitHub and Octotree for free.", "version": "1.4.3", "author": "Thanh Vu", "homepage_url": "https:\/\/octotree-theme.web.app\/", "manifest_version": 3, "name": "Octotree Theme", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_start" } ], "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "*.woff2", "assets\/**\/*" ], "matches": [ " |