ImgurGeeks Tools (Beta)
Beta: Enhances imgur.com with power user features.
ImgurGeeks Tools (Beta) là gì?
ImgurGeeks Tools (Beta) là một tiện ích mở rộng Chrome được phát triển bởi ImgurGeeks, và tính năng chính của nó là "Beta: Enhances imgur.com with power user features.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ImgurGeeks Tools (Beta)
Tải xuống các tệp mở rộng ImgurGeeks Tools (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ImgurGeeks Tools (Beta) |
ID | jfbgnaanlnclhjmamjfifegabpjjcnei |
URL Chính Thức | https://chromewebstore.google.com/detail/imgurgeeks-tools-beta/jfbgnaanlnclhjmamjfifegabpjjcnei |
Mô tả | Beta: Enhances imgur.com with power user features. |
Kích Thước Tệp | 93.54 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.0.5.9 |
Cập Nhật Lần Cuối | 2020-10-03 |
Ngày Phát Hành | 2020-07-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ImgurGeeks |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://groups.google.com/forum/#!forum/imgurgeeks/join |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |