WordsAtScale Outline Extractor
WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…
WordsAtScale Outline Extractorคืออะไร?
WordsAtScale Outline Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WordsAtScale YT Channel และคุณลักษณะหลักของมันคือ "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordsAtScale Outline Extractor
ดาวน์โหลดไฟล์ส่วนขยาย WordsAtScale Outline Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any given URL - word count of the URL - most used words and phrases - target url is displayed upon copying
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WordsAtScale Outline Extractor |
ID | ebohophjljpcoimkpgkjmfanikncoela |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela |
คำอธิบาย | WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any… |
ขนาดไฟล์ | 15.62 KB |
จำนวนการติดตั้ง | 1,433 |
เวอร์ชันปัจจุบัน | 2.0.3 |
อัปเดตครั้งล่าสุด | 2023-01-28 |
วันที่เผยแพร่ | 2023-01-15 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | WordsAtScale YT Channel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wordsatscale.com/tools |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WordsAtScale Outline Extractor", "version": "2.0.3", "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to copy h1, h2, h3, h4", "default_popup": "public\/index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |