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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | ImgurGeeks Tools (Beta) |
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 |
이메일 | [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';" } |