Corgi-Break
It's time for a Corgi Break.
Corgi-Breakとは何ですか?
Corgi-BreakはAlex Reckerによって開発されたChromeの拡張機能で、その主な機能は「It's time for a Corgi Break.」です。
拡張機能のスクリーンショット
Corgi-Break拡張機能のCRXファイルをダウンロード
Corgi-Break拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Getting burnt out? Take a Corgi break, man. With images, imgur albums, and YouTube videos pulled fresh from /r/corgi, you are always just a click away from Corgi heaven.
拡張機能の基本情報
名前 | |
ID | eefgnnnhlmhhpbgcnklbhnkgdjokgncd |
公式URL | https://chrome.google.com/webstore/detail/corgi-break/eefgnnnhlmhhpbgcnklbhnkgdjokgncd |
説明 | It's time for a Corgi Break. |
ファイルサイズ | 1.57 MB |
インストール数 | 152 |
現在のバージョン | 1.1 |
最終更新日 | 2014-08-05 |
公開日 | 2014-08-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Alex Recker |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corgi-Break", "version": "1.1", "manifest_version": 2, "description": "It's time for a Corgi Break.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Corgi-Break", "default_popup": "main.html" }, "permissions": [ "storage", "http:\/\/*.reddit.com\/*", "http:\/\/fonts.googleapis.com\/*" ] } |