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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Golden View Friendfeed Image Zoom

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}