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).
Golden View Friendfeed Image Zoom क्या है?
Golden View Friendfeed Image Zoom http://wittman.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Golden View Friendfeed Image Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension for friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkgefljoincokdaeailejjamkohcjooc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/golden-view-friendfeed-im/fkgefljoincokdaeailejjamkohcjooc |
विवरण | For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads). |
फ़ाइल का आकार | 2.04 MB |
स्थापना संख्या | 175 |
वर्तमान संस्करण | 1.14 |
अंतिम अपडेट | 2013-07-08 |
प्रकाशन तिथि | 2013-07-08 |
रेटिंग | 4.73/5 कुल 22 रेटिंग्स |
डेवलपर | http://wittman.org |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://wittman.org/golden-view-friendfeed-image-zoom/ |
समर्थित भाषाएँ | 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" } |