G+ Full Size Photo Viewer

Opens Google Plus photos in a new tab with resolution up to 2048px!

G+ Full Size Photo Viewerคืออะไร?

G+ Full Size Photo Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nakilon และคุณลักษณะหลักของมันคือ "Opens Google Plus photos in a new tab with resolution up to 2048px!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G+ Full Size Photo Viewer

ดาวน์โหลดไฟล์ส่วนขยาย G+ Full Size Photo Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to open fullsize image in a new tab in two ways:
1. When you are viewing a photo, click an icon in adress bar.
2. You may also do right mouse button click on any image (any photo previews and userpics) on G+ site and then left click the option "Open fullsize image"

Unlike similar existing extensions on the market, it's up to date!
Please report me any pages and pics, where my extension fails – let's keep this tool working!

Version history:
10 may 2012 : v1.0
    initial testing release
11 may 2012 : v1.1
    another testing release
    + description
    + right click functionality
    public release
13 may 2012 : v1.2
    + now works for userpics at notifications
    + now works for screenshots and their previews at Chrome Store
    + now works for images attached to outgoing links in g+ posts
10 dec 2012 : v1.2.5
    * fixed after G+ 'zoom photo' site update
18 may 2013 : v1.3
    * two fixes after tragic G+ redesign                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ G+ Full Size Photo Viewer G+ Full Size Photo Viewer
ID ffacnidipagcboeoaffjcdippfjpcpbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/g+-full-size-photo-viewer/ffacnidipagcboeoaffjcdippfjpcpbp
คำอธิบาย Opens Google Plus photos in a new tab with resolution up to 2048px!
ขนาดไฟล์ 43.34 KB
จำนวนการติดตั้ง 1,507
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2013-05-18
วันที่เผยแพร่ 2013-05-18
คะแนน 4.34/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Nakilon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G+ Full Size Photo Viewer",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Opens Google Plus photos in a new tab with resolution up to 2048px!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "view fullsize photo"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/plus.google.com\/*",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-1.7.2.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}