Unstyler
Toggle website styling.
Unstylerとは何ですか?
UnstylerはMiguel Piedrafitaによって開発されたChromeの拡張機能で、その主な機能は「Toggle website styling.」です。
拡張機能のスクリーンショット
Unstyler拡張機能のCRXファイルをダウンロード
Unstyler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the Unstyler, you can toggle CSS from websites 拡張機能の基本情報
| 名前 | |
| ID | iniahmhgmcmkimliphhbgfkmichgccjd |
| 公式URL | https://chromewebstore.google.com/detail/unstyler/iniahmhgmcmkimliphhbgfkmichgccjd |
| 説明 | Toggle website styling. |
| ファイルサイズ | 27.57 KB |
| インストール数 | 553 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2018-12-06 |
| 公開日 | 2018-12-06 |
| 開発者 | Miguel Piedrafita |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://miguelpiedrafita.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unstyler",
"version": "1.0.1",
"description": "Toggle website styling.",
"homepage_url": "https:\/\/miguelpiedrafita.com",
"author": "Miguel Piedrafita",
"manifest_version": 2,
"background": {
"scripts": [
"index.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Unstyler"
},
"permissions": [
"activeTab"
],
"icons": {
"128": "assets\/logo.png"
}
} | |