ImgurGeeks Tools (Beta)
Beta: Enhances imgur.com with power user features.
Was ist ImgurGeeks Tools (Beta)?
ImgurGeeks Tools (Beta) ist eine Chrome-Erweiterung, die von ImgurGeeks entwickelt wurde, und ihr Hauptmerkmal ist "Beta: Enhances imgur.com with power user features.".
Erweiterungsscreenshots
ImgurGeeks Tools (Beta)-Erweiterungs-CRX-Datei herunterladen
Laden Sie ImgurGeeks Tools (Beta)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jfbgnaanlnclhjmamjfifegabpjjcnei |
| Offizielle URL | https://chromewebstore.google.com/detail/imgurgeeks-tools-beta/jfbgnaanlnclhjmamjfifegabpjjcnei |
| Beschreibung | Beta: Enhances imgur.com with power user features. |
| Dateigröße | 93.54 KB |
| Installationsanzahl | 21 |
| Aktuelle Version | 0.0.5.9 |
| Letztes Update | 2020-10-03 |
| Veröffentlichungsdatum | 2020-07-16 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | ImgurGeeks |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://groups.google.com/forum/#!forum/imgurgeeks/join |
| Unterstützte Sprachen | 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';"
} | |