ImgurGeeks Tools (Beta)
Beta: Enhances imgur.com with power user features.
Co je ImgurGeeks Tools (Beta)?
ImgurGeeks Tools (Beta) je rozšíření Chrome vyvinuté ImgurGeeks, a jeho hlavní funkcí je „Beta: Enhances imgur.com with power user features.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ImgurGeeks Tools (Beta)
Stáhněte si soubory rozšíření ImgurGeeks Tools (Beta) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ImgurGeeks Tools (Beta) |
ID | jfbgnaanlnclhjmamjfifegabpjjcnei |
Oficiální URL | https://chromewebstore.google.com/detail/imgurgeeks-tools-beta/jfbgnaanlnclhjmamjfifegabpjjcnei |
Popis | Beta: Enhances imgur.com with power user features. |
Velikost souboru | 93.54 KB |
Počet instalací | 21 |
Aktuální Verze | 0.0.5.9 |
Poslední Aktualizace | 2020-10-03 |
Datum Vydání | 2020-07-16 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | ImgurGeeks |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://groups.google.com/forum/#!forum/imgurgeeks/join |
Podporované Jazyky | 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';" } |