Nicolas Page
This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Nicolas Pageとは何ですか?
Nicolas Pageはthats.a.though.oneによって開発されたChromeの拡張機能で、その主な機能は「This extension will turn all images on your browser into an iconic photo of Nicolas Cage.」です。
拡張機能のスクリーンショット
Nicolas Page拡張機能のCRXファイルをダウンロード
Nicolas Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will turn all images on your browser into an iconic photo of Nicolas Cage. No more spoilers hidden in memes, no more annoying photos on your Facebook wall - just a sea of unblinking eyes and a smile.
拡張機能の基本情報
名前 | Nicolas Page |
ID | baicfbiaoaijngpekfgpklmlclncojbm |
公式URL | https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm |
説明 | This extension will turn all images on your browser into an iconic photo of Nicolas Cage. |
ファイルサイズ | 83.33 KB |
インストール数 | 28 |
現在のバージョン | 1.0 |
最終更新日 | 2020-05-06 |
公開日 | 2020-05-02 |
開発者 | thats.a.though.one |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nicolas Page", "description": "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*.jpg" ], "permissions": [ "activeTab" ] } |