Checkbox Dragger
U can check once by dragging.
Checkbox Draggerとは何ですか?
Checkbox Draggerはhttps://www.be-s.co.jpによって開発されたChromeの拡張機能で、その主な機能は「U can check once by dragging.」です。
拡張機能のスクリーンショット
Checkbox Dragger拡張機能のCRXファイルをダウンロード
Checkbox Dragger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
マウスのドラッグ操作でチェックボックスを一括選択できます。
1つ目のチェックボックスをドラッグする感じでピュッっと範囲選択できます。 拡張機能の基本情報
| 名前 | |
| ID | knibpebhodaehboeaabbjmclmgflgank |
| 公式URL | https://chromewebstore.google.com/detail/checkbox-dragger/knibpebhodaehboeaabbjmclmgflgank |
| 説明 | U can check once by dragging. |
| ファイルサイズ | 44.12 KB |
| インストール数 | 3,580 |
| 現在のバージョン | 2.2 |
| 最終更新日 | 2019-04-02 |
| 公開日 | 2019-04-01 |
| 評価 | 4.20/5 合計 5 レビュー |
| 開発者 | https://www.be-s.co.jp |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.be-s.co.jp/privacy_policy |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"version": "2.2",
"default_locale": "ja",
"description": "__MSG_appDescription__",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-3.3.1.min.js",
"cs_listener.js",
"cs_cbdragger.min.js"
]
}
],
"browser_action": {
"default_icon": "icon16.png",
"default_title": "Checkbox Dragger",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"https:\/\/b3s.be-s.co.jp\/"
]
} | |