Image File Name Popup
Image file name popup.
Wat is Image File Name Popup?
Image File Name Popup is een Chrome-extensie ontwikkeld door macha, en de belangrijkste functie is "Image file name popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image File Name Popup
Download Image File Name Popup-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
                        image file name popup.
Show pop-up when you place the cursor over the image.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ciifjhaiolekjnnekkbnnidegmmcjlca | 
| Officiële URL | https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca | 
| Beschrijving | Image file name popup. | 
| Bestandsgrootte | 90.51 KB | 
| Aantal Installaties | 341 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2015-01-05 | 
| Publicatiedatum | 2015-01-05 | 
| Beoordeling | 4.00/5 Totaal 6 Beoordelingen | 
| Ontwikkelaar | macha | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js",
                "js\/TweenMax.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Image file name popup.",
    "name": "Image File Name Popup",
    "permissions": [
        "background",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "pictos\/32.png",
            "38": "pictos\/128.png"
        },
        "default_title": "Img File Name Popup"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "manifest_version": 2,
    "version": "1.0"
}  |  |