WordsAtScale Outline Extractor
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
Vad är WordsAtScale Outline Extractor?
WordsAtScale Outline Extractor är en Chrome-tillägg utvecklad av WordsAtScale YT Channel, och dess huvudfunktion är "WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.".
Tilläggsskärmbilder
Ladda ner WordsAtScale Outline Extractor-förlängningens CRX-fil
Ladda ner WordsAtScale Outline Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url. Grundläggande Information om Tillägg
| Namn | |
| ID | lhckdlmklblgibimgkbjeplgfenjcpbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/wordsatscale-outline-extr/lhckdlmklblgibimgkbjeplgfenjcpbn |
| Beskrivning | WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url. |
| Filstorlek | 11.52 KB |
| Antal Installationer | 441 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2023-01-09 |
| Publiceringsdatum | 2023-01-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | WordsAtScale YT Channel |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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:\/\/*\/"
]
} | |