SSS simple screenShot

This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…

Qu'est-ce que SSS simple screenShot ?

SSS simple screenShot est une extension Chrome développée par rya, et sa fonction principale est "This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SSS simple screenShot

Téléchargez les fichiers d'extension SSS simple screenShot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This app will take a very simple screen shot . 

- To complete the operation in a single click . 
- The input of the file name to save is unnecessary . 
- This app does not require an extra action .                    

Informations de Base sur l'Extension

Nom SSS simple screenShot SSS simple screenShot
ID impaaijendpdklkecfcgklimbmlddbdn
URL Officiel https://chrome.google.com/webstore/detail/sss-%E8%B6%85%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%81%AA%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/impaaijendpdklkecfcgklimbmlddbdn
Description This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…
Taille du Fichier 53.4 KB
Nombre d'Installations 59
Version Actuelle 0.2.1
Dernière Mise à Jour 2016-06-02
Date de Publication 2016-06-02
Évaluation 2.33/5 Total 3 Évaluations
Développeur rya
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_048.png",
        "16": "images\/icon_016.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "ja",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "version": "0.2.1"
}