Paint Header
Emphasize the most important part of the page
Paint Headerとは何ですか?
Paint HeaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Emphasize the most important part of the page」です。
拡張機能のスクリーンショット
Paint Header拡張機能のCRXファイルをダウンロード
Paint Header拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make the page header stand out from the rest of the page. 拡張機能の基本情報
| 名前 | |
| ID | nkfgheamjehkhbjkidlbegfmkgndhdle |
| 公式URL | https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle |
| 説明 | Emphasize the most important part of the page |
| ファイルサイズ | 64.58 KB |
| インストール数 | 11,889 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2015-03-13 |
| 公開日 | 2015-03-13 |
| 評価 | 3.33/5 合計 6 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"description": "Emphasize the most important part of the page",
"version": "0.1",
"name": "Paint Header",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jq.js",
"paint.js"
]
}
],
"icons": {
"16": "resource\/icon-16.png",
"48": "resource\/icon-48.png",
"128": "resource\/icon-128.png"
}
} | |