Pink background
This extension allows the users to change the background in pink color of the current page.
Pink backgroundとは何ですか?
Pink backgroundはhttps://dierezepte.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the users to change the background in pink color of the current page.」です。
拡張機能のスクリーンショット
Pink background拡張機能のCRXファイルをダウンロード
Pink background拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                     拡張機能の基本情報
| 名前 |  | 
| ID | ehiaijjfijdbaepbhgompjomellejfoj | 
| 公式URL | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj | 
| 説明 | This extension allows the users to change the background in pink color of the current page. | 
| ファイルサイズ | 7.37 KB | 
| インストール数 | 1,000 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2018-02-20 | 
| 公開日 | 2018-02-20 | 
| 評価 | 2.75/5 合計 4 レビュー | 
| 開発者 | https://dierezepte.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://dierezepte.com/ | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
} | |