Web Shiori

this extension is WEB SHIORI

Wat is Web Shiori?

Web Shiori is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "this extension is WEB SHIORI".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Web Shiori

Download Web Shiori-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Web Shiori Web Shiori
ID glcjgnbdenkbdnmmfpaenefccpfcmngk
Officiële URL https://chromewebstore.google.com/detail/web-shiori/glcjgnbdenkbdnmmfpaenefccpfcmngk
Beschrijving this extension is WEB SHIORI
Bestandsgrootte 155 KB
Aantal Installaties 73
Huidige Versie 0.0.4
Laatst Bijgewerkt 2018-08-01
Publicatiedatum 2018-08-01
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}