Cera is planet
Cera is planet, Cera is life
Cera is planetとは何ですか?
Cera is planetはDaniel Liljebergによって開発されたChromeの拡張機能で、その主な機能は「Cera is planet, Cera is life」です。
拡張機能のスクリーンショット
Cera is planet拡張機能のCRXファイルをダウンロード
Cera is planet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show your appreciation to the romantic, loving, god and planet, Michael Cera!
Replaces all images on sites with Michael Cera, also replaces words such as "Planet" with "Cera". 拡張機能の基本情報
| 名前 | |
| ID | ahngimdlepafjbemhofaphkdannckjkn |
| 公式URL | https://chromewebstore.google.com/detail/cera-is-planet/ahngimdlepafjbemhofaphkdannckjkn |
| 説明 | Cera is planet, Cera is life |
| ファイルサイズ | 594 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2015-10-16 |
| 公開日 | 2015-10-16 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Daniel Liljeberg |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cera is planet",
"version": "1.3.1",
"manifest_version": 2,
"description": "Cera is planet, Cera is life",
"options_page": "options.html",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"include_globs": [
"*"
],
"js": [
"contentscript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_globs": [
"https:\/\/www.google.*\/search*",
"http:\/\/www.google.*\/search*",
"http:\/\/www.google.*\/#q*",
"https:\/\/www.google.*\/#q*",
"http:\/\/maps.google.*\/*",
"https:\/\/maps.google.*\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
"images\/cera1.png",
"images\/ceraisplanet.png"
]
} | |