Download a Cross
Browse crossword puzzles from the archives of all major crossword publishers
Download a Crossとは何ですか?
Download a CrossはDown for a Crossによって開発されたChromeの拡張機能で、その主な機能は「Browse crossword puzzles from the archives of all major crossword publishers」です。
拡張機能のスクリーンショット
Download a Cross拡張機能のCRXファイルをダウンロード
Download a Cross拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download crossword puzzles from the archives of several publishers. 拡張機能の基本情報
| 名前 | |
| ID | idbdbedhgabnbjfjecpflfomnklpllen |
| 公式URL | https://chromewebstore.google.com/detail/download-a-cross/idbdbedhgabnbjfjecpflfomnklpllen |
| 説明 | Browse crossword puzzles from the archives of all major crossword publishers |
| ファイルサイズ | 26.61 KB |
| インストール数 | 161 |
| 現在のバージョン | 0.6.0 |
| 最終更新日 | 2020-05-05 |
| 公開日 | 2020-05-05 |
| 評価 | 4.20/5 合計 5 レビュー |
| 開発者 | Down for a Cross |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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
} | |