Page Home
Прокрутка страницы вначало
What is Page Home?
Page Home is a Chrome extension developed by PiraSV, and its main feature is "Прокрутка страницы вначало".
Extension Screenshots
Download Page Home Extension CRX File
Download Page Home extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
При прокрутке страницы вниз, появляется стрелочка в верхнем левом углу. При нажатии на нее, страница возвращается в начало.
Extension Basic Information
Name | Page Home |
ID | olciaifkbokagalcnpchlpebknjeohoc |
Official URL | https://chromewebstore.google.com/detail/page-home/olciaifkbokagalcnpchlpebknjeohoc |
Description | Прокрутка страницы вначало |
File Size | 32.02 KB |
Installation Count | 23 |
Current Version | 1.0.3 |
Last Updated | 2021-06-18 |
Publish Date | 2013-03-17 |
Rating | 4.86/5 Total 7 Ratings |
Developer | PiraSV |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |