Golden View Friendfeed Image Zoom
For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).
Wat is Golden View Friendfeed Image Zoom?
Golden View Friendfeed Image Zoom is een Chrome-extensie ontwikkeld door http://wittman.org, en de belangrijkste functie is "For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).".
Extensie Screenshots
Download het CRX-bestand van de extensie Golden View Friendfeed Image Zoom
Download Golden View Friendfeed Image Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension for friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).
Basisinformatie over de Extensie
Naam | |
ID | fkgefljoincokdaeailejjamkohcjooc |
Officiële URL | https://chrome.google.com/webstore/detail/golden-view-friendfeed-im/fkgefljoincokdaeailejjamkohcjooc |
Beschrijving | For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads). |
Bestandsgrootte | 2.04 MB |
Aantal Installaties | 175 |
Huidige Versie | 1.14 |
Laatst Bijgewerkt | 2013-07-08 |
Publicatiedatum | 2013-07-08 |
Beoordeling | 4.73/5 Totaal 22 Beoordelingen |
Ontwikkelaar | http://wittman.org |
Betalingswijze | free |
Extensiewebsite | http://wittman.org/golden-view-friendfeed-image-zoom/ |
Ondersteunde Talen | en |
manifest.json | |
{ "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "script.min.js", "background.js", "fancysettings\/source\/index.html", "fancysettings\/source\/js\/i18n.js", "fancysettings\/source\/js\/classes\/fancy-settings.js", "fancysettings\/source\/js\/classes\/search.js", "fancysettings\/source\/js\/classes\/setting.js", "fancysettings\/source\/js\/classes\/tab.js", "fancysettings\/source\/lib\/noconflict.js", "fancysettings\/source\/lib\/store.js", "fancysettings\/source\/lib\/jquery.js", "fancysettings\/source\/lib\/mootools-core.js", "fancysettings\/source\/manifest.js", "fancysettings\/source\/settings.js" ], "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js" ], "matches": [ "http:\/\/friendfeed.com\/*", "https:\/\/friendfeed.com\/*" ], "run_at": "document_start" } ], "description": "For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "options_page": "fancysettings\/source\/index.html", "name": "Golden View Friendfeed Image Zoom", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "version": "1.14" } |