Title & URL
It's for copying current page's title and URL
Title & URLคืออะไร?
Title & URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย t.soorankim และคุณลักษณะหลักของมันคือ "It's for copying current page's title and URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Title & URL
ดาวน์โหลดไฟล์ส่วนขยาย Title & URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's for copying the current page's title and URL
This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| คำอธิบาย | It's for copying current page's title and URL |
| ขนาดไฟล์ | 40.95 KB |
| จำนวนการติดตั้ง | 475 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2021-10-26 |
| วันที่เผยแพร่ | 2017-07-02 |
| คะแนน | 4.58/5 รวมทั้งหมด 12 คะแนน |
| ผู้พัฒนา | t.soorankim |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Title & URL",
"version": "1.0.0",
"description": "It's for copying current page's title and URL",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"author": "T.Sooran Kim",
"permissions": [
"tabs",
"clipboardWrite"
]
} | |