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によって開発されたChromeの拡張機能で、その主な機能は「For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).」です。

拡張機能のスクリーンショット

screenshot
screenshot

Golden View Friendfeed Image Zoom拡張機能のCRXファイルをダウンロード

Golden View Friendfeed Image Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension 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
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"
}