Sites custom codes - inject CSS and JS
Simple tool to inject your CSS and JS codes in sites
Sites custom codes - inject CSS and JSとは何ですか?
Sites custom codes - inject CSS and JSはSomonatorによって開発されたChromeの拡張機能で、その主な機能は「Simple tool to inject your CSS and JS codes in sites」です。
拡張機能のスクリーンショット
Sites custom codes - inject CSS and JS拡張機能のCRXファイルをダウンロード
Sites custom codes - inject CSS and JS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I created this tool for myself, but still decided to publish it. Its goal is to easily embed your own CSS and JS codes into websites. I don't like the way some sites look or work. For example, the video player window is too small or the light theme burns my eyes at night. Well, sometimes, I may need a tool to automate something on the site. The extension is intended to solve this problem. Main features: Simple script management from admin panel Ability to use remote files Run based of patterns URL (chrome extension inject api) or manually from popup Convenient code editor based on CodeMirror Import / Export scripts from json
拡張機能の基本情報
名前 | Sites custom codes - inject CSS and JS |
ID | ogojpgiamblcmpgombckcpfnaighgagd |
公式URL | https://chromewebstore.google.com/detail/sites-custom-codes-inject/ogojpgiamblcmpgombckcpfnaighgagd |
説明 | Simple tool to inject your CSS and JS codes in sites |
ファイルサイズ | 403 KB |
インストール数 | 198 |
現在のバージョン | 0.4 |
最終更新日 | 2021-11-23 |
公開日 | 2021-11-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Somonator |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://vk.com/doc-200312453_585455412 |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Somonator", "version": "0.4", "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "55.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", " |