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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WordsAtScale Outline Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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:\/\/*\/"
    ]
}