9GAG Mini
Have a good laugh, even when you're not on 9GAG.
9GAG Miniとは何ですか?
9GAG Miniはhttps://9gag.comによって開発されたChromeの拡張機能で、その主な機能は「Have a good laugh, even when you're not on 9GAG.」です。
拡張機能のスクリーンショット
9GAG Mini拡張機能のCRXファイルをダウンロード
9GAG Mini拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
9GAG makes having fun a part of daily life for anyone, anytime, anywhere in the world.
This extension shows the latest HOT fun on 9GAG and you can:
* Use your keyboard left and right arrow keys to view the previous and next fun
* Share the fun with friends via Facebook, Twitter, email, etc
* Turn on/off the pop up notifications
* Support GIF
No need to hide 9GAG from your boss or teacher because all the fun is visible right in your browser:
* All the HOT fun is shown in a small window with one click
* A red number in your bookmark bar lets you know how much HOT fun you haven't read
* Click on the fun to go to 9GAG to have even more fun
WARNING: Keep your poker face. Don't laugh too loud. 拡張機能の基本情報
| 名前 | |
| ID | inmkmihphgjhmeabggdcokmkjhbnmdml |
| 公式URL | https://chromewebstore.google.com/detail/9gag-mini/inmkmihphgjhmeabggdcokmkjhbnmdml |
| 説明 | Have a good laugh, even when you're not on 9GAG. |
| ファイルサイズ | 258 KB |
| インストール数 | 14,019 |
| 現在のバージョン | 0.76 |
| 最終更新日 | 2014-06-10 |
| 公開日 | 2014-06-10 |
| 評価 | 3.80/5 合計 263 レビュー |
| 開発者 | https://9gag.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://9gag.com/ |
| ヘルプページのURL | http://9gag.com/contact |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "9GAG Mini",
"version": "0.76",
"manifest_version": 2,
"description": "Have a good laugh, even when you're not on 9GAG.",
"icons": {
"128": "img\/logo_128x128.png",
"48": "img\/logo_48x48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/9gag.com\/*",
"*:\/\/*.9gag.com\/*"
],
"run_at": "document_end",
"js": [
"js\/is-install.js"
]
}
],
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/connect.facebook.net https:\/\/www.facebook.com; object-src 'self'",
"permissions": [
"tabs",
"notifications",
"*:\/\/9gag.com\/*",
"*:\/\/*.9gag.com\/*"
]
} | |