ImgurGeeks Tools (Beta)
Beta: Enhances imgur.com with power user features.
ImgurGeeks Tools (Beta)とは何ですか?
ImgurGeeks Tools (Beta)はImgurGeeksによって開発されたChromeの拡張機能で、その主な機能は「Beta: Enhances imgur.com with power user features.」です。
拡張機能のスクリーンショット
ImgurGeeks Tools (Beta)拡張機能のCRXファイルをダウンロード
ImgurGeeks Tools (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhances imgur.com by showing you fun facts about the images you've posted.
Features:
- Delay posting. You can decide when your post goes live (integrated into the Imgur post page).
- See summary of all your posts/images including total views, total upvotes, etc.
- Top 50 images by total views even if not in a public post.
- Export detailed data about all your posts to a spreadsheet so you can know more about how posts do over time.
Latest Update:
- Strengthened up permissions in manifest to make extension safer. 拡張機能の基本情報
| 名前 | |
| ID | jfbgnaanlnclhjmamjfifegabpjjcnei |
| 公式URL | https://chromewebstore.google.com/detail/imgurgeeks-tools-beta/jfbgnaanlnclhjmamjfifegabpjjcnei |
| 説明 | Beta: Enhances imgur.com with power user features. |
| ファイルサイズ | 93.54 KB |
| インストール数 | 21 |
| 現在のバージョン | 0.0.5.9 |
| 最終更新日 | 2020-10-03 |
| 公開日 | 2020-07-16 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | ImgurGeeks |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://groups.google.com/forum/#!forum/imgurgeeks/join |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ImgurGeeks Tools (Beta)",
"short_name": "imgurtools",
"version": "0.0.5.9",
"manifest_version": 2,
"description": "Beta: Enhances imgur.com with power user features.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/*.imgur.com\/",
"background",
"storage"
],
"options_ui": {
"page": "src\/options.html",
"open_in_tab": true
},
"browser_action": {
"default_title": "Shows statistics about your imgur posts and images",
"default_popup": "src\/menu.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"scripts": [
"src\/settings_data.js",
"src\/background.js"
],
"persistent": true
},
"web_accessible_resources": [
"src\/imgurgeeks_stats.css",
"src\/imgurgeeks_stats.js",
"src\/imgur_context_end.js",
"src\/imgur_context_end.css",
"src\/bootstrap.css"
],
"content_security_policy": "default-src 'self';"
} | |