Download a Cross
Browse crossword puzzles from the archives of all major crossword publishers
Was ist Download a Cross?
Download a Cross ist eine Chrome-Erweiterung, die von Down for a Cross entwickelt wurde, und ihr Hauptmerkmal ist "Browse crossword puzzles from the archives of all major crossword publishers".
Erweiterungsscreenshots
Download a Cross-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download a Cross-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download crossword puzzles from the archives of several publishers. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | idbdbedhgabnbjfjecpflfomnklpllen |
| Offizielle URL | https://chromewebstore.google.com/detail/download-a-cross/idbdbedhgabnbjfjecpflfomnklpllen |
| Beschreibung | Browse crossword puzzles from the archives of all major crossword publishers |
| Dateigröße | 26.61 KB |
| Installationsanzahl | 161 |
| Aktuelle Version | 0.6.0 |
| Letztes Update | 2020-05-05 |
| Veröffentlichungsdatum | 2020-05-05 |
| Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
| Entwickler | Down for a Cross |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Download a Cross",
"description": "Browse crossword puzzles from the archives of all major crossword publishers",
"version": "0.6.0",
"permissions": [
"storage",
"downloads",
"unlimitedStorage"
],
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_title": "Download a Cross",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |