Get Title
Easy to access page title.
Get Titleคืออะไร?
Get Title เป็นส่วนขยายของ Chrome ที่พัฒนาโดย toycode และคุณลักษณะหลักของมันคือ "Easy to access page title."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Title
ดาวน์โหลดไฟล์ส่วนขยาย Get Title ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension for copying the title of a web page. This chrome extension helps some kind of task. For eaxmple create a list of web pages. It can copy the title of a web page with a single click. How to use it. Click on the "Title" icon. A Pop-up window opens and you will see both the title and the link of the web page you are currently viewing. Since the title is already copied at this time, paste it if you like. In addition, the link text displayed some formats such as HTML, Textile and Markdown, you can also use it by pressing the copy button that appears to the left of the texts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get Title |
ID | bibfbedpleobipmaiaejohhiegjlhcba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba |
คำอธิบาย | Easy to access page title. |
ขนาดไฟล์ | 221 KB |
จำนวนการติดตั้ง | 309 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-02-05 |
วันที่เผยแพร่ | 2015-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | toycode |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/HiroshiOkada/get-title |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Title", "description": "Easy to access page title.", "version": "1.0", "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "clipboardWrite", "storage" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Get Title", "default_popup": "popup.html" }, "options_page": "options.html" } |