Cron Job Generator
Cron job generator
Cron Job Generatorとは何ですか?
Cron Job Generatorはhttps://letschilltheapp.comによって開発されたChromeの拡張機能で、その主な機能は「Cron job generator」です。
拡張機能のスクリーンショット
Cron Job Generator拡張機能のCRXファイルをダウンロード
Cron Job Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple Cron Job Generator. This generator simplifies the creation of Cron Jobs 拡張機能の基本情報
| 名前 | |
| ID | ialilpegnnfigbcggpbbdecdgencbfge |
| 公式URL | https://chromewebstore.google.com/detail/cron-job-generator/ialilpegnnfigbcggpbbdecdgencbfge |
| 説明 | Cron job generator |
| ファイルサイズ | 40.26 KB |
| インストール数 | 1,158 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2019-09-21 |
| 公開日 | 2019-09-21 |
| 評価 | 2.83/5 合計 6 レビュー |
| 開発者 | https://letschilltheapp.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://letschilltheapp.com |
| プライバシーポリシーページのURL | http://massinflux.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cron Job Generator",
"author": "Cristi C [email protected]",
"description": "Cron job generator",
"version": "1.4.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"js\/jquery-1.9.1.min.js",
"js\/injected.js"
],
"all_frames": false
}
]
} | |