Corgify: Corgi Up Your Life
Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.
Corgify: Corgi Up Your Lifeとは何ですか?
Corgify: Corgi Up Your Lifeはyanarchyによって開発されたChromeの拡張機能で、その主な機能は「Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.」です。
拡張機能のスクリーンショット
Corgify: Corgi Up Your Life拡張機能のCRXファイルをダウンロード
Corgify: Corgi Up Your Life拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you like corgis? Corgify will turn (almost) all of the images on a webpage into pictures of cute and cuddly corgis. Add a corgi to your internet habit!
Known Issues:
- some websites have images as background images, etc. and currently Corgify does not look for that added level of complexity
- you can't really turn off Corgify without deleting it or shutting down your browser
- corgi images will sometimes be resized
When I am less lazy, I will resolve these problems. 拡張機能の基本情報
| 名前 | |
| ID | icahoicbphdghmgicfppeglmhheklknc |
| 公式URL | https://chromewebstore.google.com/detail/corgify-corgi-up-your-lif/icahoicbphdghmgicfppeglmhheklknc |
| 説明 | Corgify your web experience. Add a corgi into your life and be happy. Weeheehee. |
| ファイルサイズ | 5.49 MB |
| インストール数 | 105 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2017-03-08 |
| 公開日 | 2017-03-07 |
| 評価 | 3.08/5 合計 25 レビュー |
| 開発者 | yanarchy |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/yanarchy/corgify |
| ヘルプページのURL | https://github.com/yanarchy/corgify |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Corgify: Corgi Up Your Life",
"short_name": "Corgify",
"description": "Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.",
"version": "3.0",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"popup.js"
]
}
],
"web_accessible_resources": [
"corgi_puppy2.jpg",
"longcorgibutt.jpg",
"long_corgis.jpg",
"corgi_lobster.jpg",
"corgishake.gif",
"corgi_1.jpg",
"corgi_2.jpg",
"corgi_3.jpg",
"corgi_4.jpg",
"corgi_butt.jpg",
"corgi_butt2.jpg",
"corgi_corn.jpg",
"corgi_puppy.jpg"
],
"icons": {
"48": "corgi_icon48.png",
"128": "corgi_icon128.png"
},
"browser_action": {
"default_icon": "corgifyicon.png",
"default_title": "Corgify!"
},
"manifest_version": 2
} | |