Create Embeddable Links for Google Photos
Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets.
Create Embeddable Links for Google Photosคืออะไร?
Create Embeddable Links for Google Photos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denovoPRO และคุณลักษณะหลักของมันคือ "Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Create Embeddable Links for Google Photos
ดาวน์โหลดไฟล์ส่วนขยาย Create Embeddable Links for Google Photos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google Photos is a great product, but it has a big weakness: It provides no mechanism to create easy to use links to your photos for sharing outside of Google Plus/Photos. This extension fixes that by providing context (right-click) menu options to create simple embeddable links (including BBCode style) to your photo, with optional resizing. When you select "Copy Image Link" and either embeddable or BBCode link from the context menu, the extension will create the appropriate link text and place it on your clipboard, ready for you to paste into a message or forum post etc. It works with most any online system that can process typical image links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Create Embeddable Links for Google Photos |
ID | hmakijajeinknkeaepeicdejkhdigigh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/create-embeddable-links-f/hmakijajeinknkeaepeicdejkhdigigh |
คำอธิบาย | Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets. |
ขนาดไฟล์ | 28.24 KB |
จำนวนการติดตั้ง | 606 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2018-02-20 |
วันที่เผยแพร่ | 2018-02-20 |
คะแนน | 3.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | denovoPRO |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Create Embeddable Links for Google Photos", "version": "0.0.3", "description": "Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets.", "background": { "scripts": [ "scripts\/eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "clipboardWrite", "storage" ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "minimum_chrome_version": "6.0.0.0", "icons": { "16": "images\/link-symbol-16.png", "24": "images\/link-symbol-24.png", "32": "images\/link-symbol-32.png", "64": "images\/link-symbol-64.png", "128": "images\/link-symbol-128.png", "256": "images\/link-symbol-256.png", "512": "images\/link-symbol-512.png" } } |