Web Shiori

this extension is WEB SHIORI

What is Web Shiori?

Web Shiori is a Chrome extension developed by Unknown, and its main feature is "this extension is WEB SHIORI".

Extension Screenshots

screenshot
screenshot
screenshot

Download Web Shiori Extension CRX File

Download Web Shiori 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

                        閲覧しているWEBページにどこまで読んだかの栞を挿入することが可能です。                    

Extension Basic Information

Name Web Shiori Web Shiori
ID glcjgnbdenkbdnmmfpaenefccpfcmngk
Official URL https://chromewebstore.google.com/detail/web-shiori/glcjgnbdenkbdnmmfpaenefccpfcmngk
Description this extension is WEB SHIORI
File Size 155 KB
Installation Count 73
Current Version 0.0.4
Last Updated 2018-08-01
Publish Date 2018-08-01
Rating 4.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.4",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/shiori-icon.png",
        "128": "images\/shiori-icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/shiori-icon.png",
            "38": "images\/shiori-icon.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}