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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/" ] } |