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是由WordsAtScale YT Channel開發的Chrome擴展程式,該擴展的主要功能是“WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…”。

擴展截圖

screenshot
screenshot

下載WordsAtScale Outline Extractor擴展crx文件

下載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 WordsAtScale Outline Extractor
ID ebohophjljpcoimkpgkjmfanikncoela
官方網址 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:\/\/*\/"
    ]
}