Page Home
Прокрутка страницы вначало
Wat is Page Home?
Page Home is een Chrome-extensie ontwikkeld door PiraSV, en de belangrijkste functie is "Прокрутка страницы вначало".
Extensie Screenshots
Download het CRX-bestand van de extensie Page Home
Download Page Home-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
                        При прокрутке страницы вниз, появляется стрелочка в верхнем левом углу. При нажатии на нее, страница возвращается в начало.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | olciaifkbokagalcnpchlpebknjeohoc | 
| Officiële URL | https://chromewebstore.google.com/detail/page-home/olciaifkbokagalcnpchlpebknjeohoc | 
| Beschrijving | Прокрутка страницы вначало | 
| Bestandsgrootte | 32.02 KB | 
| Aantal Installaties | 23 | 
| Huidige Versie | 1.0.3 | 
| Laatst Bijgewerkt | 2021-06-18 | 
| Publicatiedatum | 2013-03-17 | 
| Beoordeling | 4.86/5 Totaal 7 Beoordelingen | 
| Ontwikkelaar | PiraSV | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "css": [
                "mystyles.css"
            ],
            "exclude_globs": [
                "*vk.*"
            ],
            "js": [
                "jquery.js",
                "functions.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "\u041f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u043d\u0430\u0447\u0430\u043b\u043e",
    "name": "Page Home",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "arrow_up.png"
    ]
}  |  |