Assigns the body element a class value of the website's domain.
とは何ですか?
はhttps://www.gible.netによって開発されたChromeの拡張機能で、その主な機能は「Assigns the body element a class value of the website's domain.」です。拡張機能のスクリーンショット
拡張機能のCRXファイルをダウンロード
拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。拡張機能の使用方法
NOTE THAT AS OF v33 CHROME NO LONGER SUPPORTS THE CUSTOM.CSS DISCUSSED HERE. I'm leaving this extension up anyway since ya'll are still using it. Maybe it's useful for something else as well. (There's still no site selectors in CSS) Assigns the body element of each page(including any frames) a class value of the website's domain. e.g. The purpose of this is to allow website-specific CSS selectors in custom.css (user stylesheet). CSS selectors use a period to signify classes so you'll need to escape them with a backslash. eg: .www\.google\.com * {font-family: "Comic Sans MS", cursive, sans-serif !important;} blah blah pick your disclaimer not really using your data etc 1.5 Updates: * New manifest version. (no actual changes) 1.4 Updates: * iframes now get the class of their src domain as well as the document domain * removed flickr access requirement left over from the example manifest.json
拡張機能の基本情報
名前 | |
ID | ppplcafndgbjbiefmgpkeepmcjaccebn |
公式URL | https://chromewebstore.google.com/detail/%3Cbody-classdomain%3E/ppplcafndgbjbiefmgpkeepmcjaccebn |
説明 | Assigns the body element a class value of the website's domain. |
ファイルサイズ | 40.39 KB |
インストール数 | 13 |
現在のバージョン | 1.5 |
最終更新日 | 2015-06-17 |
公開日 | 2015-06-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.gible.net |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "", "version": "1.5", "description": "Assigns the body element a class value of the website's domain.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |