WordsAtScale Outline Extractor
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
WordsAtScale Outline Extractorとは何ですか?
WordsAtScale Outline ExtractorはWordsAtScale YT Channelによって開発されたChromeの拡張機能で、その主な機能は「WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.」です。
拡張機能のスクリーンショット
WordsAtScale Outline Extractor拡張機能のCRXファイルをダウンロード
WordsAtScale Outline Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url. 拡張機能の基本情報
| 名前 | |
| ID | lhckdlmklblgibimgkbjeplgfenjcpbn |
| 公式URL | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/lhckdlmklblgibimgkbjeplgfenjcpbn |
| 説明 | WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url. |
| ファイルサイズ | 11.52 KB |
| インストール数 | 441 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2023-01-09 |
| 公開日 | 2023-01-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | WordsAtScale YT Channel |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WordsAtScale Outline Extractor",
"version": "0.0.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Click to copy h1, h2, h3"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"scripting"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |