Page Home

Прокрутка страницы вначало

Qu'est-ce que Page Home ?

Page Home est une extension Chrome développée par PiraSV, et sa fonction principale est "Прокрутка страницы вначало".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page Home

Téléchargez les fichiers d'extension Page Home 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

                        При прокрутке страницы вниз, появляется стрелочка в верхнем левом углу. При нажатии на нее, страница возвращается в начало.                    

Informations de Base sur l'Extension

Nom Page Home Page Home
ID olciaifkbokagalcnpchlpebknjeohoc
URL Officiel https://chromewebstore.google.com/detail/page-home/olciaifkbokagalcnpchlpebknjeohoc
Description Прокрутка страницы вначало
Taille du Fichier 32.02 KB
Nombre d'Installations 23
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-06-18
Date de Publication 2013-03-17
Évaluation 4.86/5 Total 7 Évaluations
Développeur PiraSV
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}