楽天 Checkbox OFF

楽天でチェックボックスの状態をディフォルタでOFFにする。 (Infoseek以外)楽天のすべてのサービスに対応しております。

What is 楽天 Checkbox OFF?

楽天 Checkbox OFF is a Chrome extension developed by http://www.nextseek.net, and its main feature is "楽天でチェックボックスの状態をディフォルタでOFFにする。 (Infoseek以外)楽天のすべてのサービスに対応しております。".

Extension Screenshots

screenshot

Download 楽天 Checkbox OFF Extension CRX File

Download 楽天 Checkbox OFF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        楽天でチェックボックスの状態をディフォルタでOFFにする。 
(Infoseek以外)楽天のすべてのサービスに対応しております。
------------------------------------
ページ上にあるすべてのチェックボックスのチェックを表示時に外す。                    

Extension Basic Information

Name 楽天 Checkbox OFF 楽天 Checkbox OFF
ID glagmofngcligkkmcjnglbccjacnekno
Official URL https://chrome.google.com/webstore/detail/%E6%A5%BD%E5%A4%A9%E3%80%80checkbox-off/glagmofngcligkkmcjnglbccjacnekno
Description 楽天でチェックボックスの状態をディフォルタでOFFにする。 (Infoseek以外)楽天のすべてのサービスに対応しております。
File Size 54.82 KB
Installation Count 78
Current Version 1.0.1
Last Updated 2017-10-01
Publish Date 2017-10-01
Rating 3.50/5 Total 2 Ratings
Developer http://www.nextseek.net
Email [email protected]
Payment Type free
Extension Website http://nextseek.net/rakuten-check-off
Help Page URL http://nextseek.net/rakuten-check-off
Privacy Policy Page URL https://raku-app.appspot.com/terms
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u697d\u5929\u3000Checkbox OFF",
    "version": "1.0.1",
    "description": "\u697d\u5929\u3067\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306e\u72b6\u614b\u3092\u30c7\u30a3\u30d5\u30a9\u30eb\u30bf\u3067OFF\u306b\u3059\u308b\u3002 (Infoseek\u4ee5\u5916)\u697d\u5929\u306e\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d3\u30b9\u306b\u5bfe\u5fdc\u3057\u3066\u304a\u308a\u307e\u3059\u3002",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "\u697d\u5929\u3000Checkbox OFF"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "checkbox.js"
            ],
            "run_at": "document_end"
        }
    ]
}