Photos Direct Link
Allow you to copy a direct link, with extension, from Google Photos.
Photos Direct Linkคืออะไร?
Photos Direct Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ddo และคุณลักษณะหลักของมันคือ "Allow you to copy a direct link, with extension, from Google Photos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photos Direct Link
ดาวน์โหลดไฟล์ส่วนขยาย Photos Direct Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        *Extension changed the name/icon to accomplish Google trademark rules.
Allows you to copy a direct link, with extension (.jpg), from Google Album Archive (https://get.google.com/albumarchive) and Google Photos (https://photos.google.com).
Google Album Archive and Google Photos doesn't allow you to get an image direct link (with image extension [like png or jpg]).
This Chrome extension is very helpful to post images in forums or blogs, where the file extension is mandatory. 
Is possible to configure the desired image size too.
IMPORTANT: Apparently, the generated URL (from Google Photos) stops working after some time. In my tests, some URLs stopped working after one day and others still working.
WORKAROUND: Added support to Google Album Archive (http://get.google.com/algumarchive).
Usage instructions: 
Open an image and just click (left click) over the image. A message is shown at the page bottom.
This extension is open source and can be found in https://github.com/ddo02/GooglePhotosDirectLink                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | dgnaaplaoheafdckphgmpiaodckbcafg | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/photos-direct-link/dgnaaplaoheafdckphgmpiaodckbcafg | 
| คำอธิบาย | Allow you to copy a direct link, with extension, from Google Photos. | 
| ขนาดไฟล์ | 47.38 KB | 
| จำนวนการติดตั้ง | 20,000 | 
| เวอร์ชันปัจจุบัน | 2.0 | 
| อัปเดตครั้งล่าสุด | 2020-08-31 | 
| วันที่เผยแพร่ | 2017-10-10 | 
| คะแนน | 3.98/5 รวมทั้งหมด 66 คะแนน | 
| ผู้พัฒนา | ddo | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/ddo02/GooglePhotosDirectLink | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Photos Direct Link",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Allow you to copy a direct link, with extension, from Google Photos.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/photos.google.com\/*",
                "https:\/\/get.google.com\/*"
            ],
            "css": [
                "direct_styles.css"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "direct.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "page_action": {
        "default_icon": "img\/GPDL-logo-19.png"
    },
    "icons": {
        "19": "img\/GPDL-logo-19.png",
        "48": "img\/GPDL-logo-48.png",
        "128": "img\/GPDL-logo-128.png"
    }
}  |  |