Headline Highlighter
Highlight all headlines within the document.
Vad är Headline Highlighter?
Headline Highlighter är en Chrome-tillägg utvecklad av B+D Interactive, och dess huvudfunktion är "Highlight all headlines within the document.".
Tilläggsskärmbilder
Ladda ner Headline Highlighter-förlängningens CRX-fil
Ladda ner Headline Highlighter-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
Highlights all headlines ( ... tags) on the current page. The headlines will get a hint with the tag name.
This extension can be used to visualize the headlines for quick SEO testing.
Grundläggande Information om Tillägg
| Namn | |
| ID | lgmojgokdalobakogpaililfoboigkal |
| Officiell webbadress | https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal |
| Beskrivning | Highlight all headlines within the document. |
| Filstorlek | 47.34 KB |
| Antal Installationer | 1,467 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-08-28 |
| Publiceringsdatum | 2017-08-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | B+D Interactive |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://www.bplusd-interactive.de/de/datenschutz.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Headline Highlighter",
"description": "Highlight all headlines within the document.",
"version": "1.0",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"activeTab"
]
} | |