Copy URL text
A tool to decode URL when copying links from a web page.
Copy URL textคืออะไร?
Copy URL text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dave.waters89 และคุณลักษณะหลักของมันคือ "A tool to decode URL when copying links from a web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy URL text
ดาวน์โหลดไฟล์ส่วนขยาย Copy URL text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hdgelchllommgmclkoobnphdloeaabab |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab |
| คำอธิบาย | A tool to decode URL when copying links from a web page. |
| ขนาดไฟล์ | 3.48 KB |
| จำนวนการติดตั้ง | 24 |
| เวอร์ชันปัจจุบัน | 0.0.0.2 |
| อัปเดตครั้งล่าสุด | 2018-12-04 |
| วันที่เผยแพร่ | 2018-12-04 |
| ผู้พัฒนา | dave.waters89 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL text",
"description": "A tool to decode URL when copying links from a web page.",
"version": "0.0.0.2",
"manifest_version": 2,
"permissions": [
"https:\/\/myteams.toyota.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/myteams.toyota.com\/*"
],
"js": [
"oncopy.js"
]
}
]
} | |