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 là gì?

WordsAtScale Outline Extractor là một tiện ích mở rộng Chrome được phát triển bởi WordsAtScale YT Channel, và tính năng chính của nó là "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordsAtScale Outline Extractor

Tải xuống các tệp mở rộng WordsAtScale Outline Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordsAtScale Outline Extractor WordsAtScale Outline Extractor
ID ebohophjljpcoimkpgkjmfanikncoela
URL Chính Thức https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela
Mô tả WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…
Kích Thước Tệp 15.62 KB
Số Lần Cài Đặt 1,433
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-01-28
Ngày Phát Hành 2023-01-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển WordsAtScale YT Channel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordsatscale.com/tools
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}