Imgur Peeker
Adds a link next to the user's name to go directly to albums.
Imgur Peekerとは何ですか?
Imgur PeekerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds a link next to the user's name to go directly to albums.」です。
拡張機能のスクリーンショット
Imgur Peeker拡張機能のCRXファイルをダウンロード
Imgur Peeker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a link next to the user's name to go directly to albums. 拡張機能の基本情報
| 名前 | |
| ID | imblcbiihlokenchlldaibjfhpglpfod |
| 公式URL | https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod |
| 説明 | Adds a link next to the user's name to go directly to albums. |
| ファイルサイズ | 26.31 KB |
| インストール数 | 446 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2017-01-26 |
| 公開日 | 2017-01-26 |
| 評価 | 3.38/5 合計 13 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Imgur Peeker",
"description": "Adds a link next to the user's name to go directly to albums.",
"version": "2.1.0",
"icons": {
"48": "gir48.png",
"128": "gir128.png"
},
"browser_action": {
"default_icon": {
"48": "gir48.png",
"128": "gir128.png"
},
"default_title": "Imgur Peeker"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.imgur.com\/*"
],
"js": [
"main.js"
]
}
]
} | |