可拖拽的“返回页首”工具
该扩展的特色是可拖拽,自定义按钮的放置位置
What is 可拖拽的“返回页首”工具?
可拖拽的“返回页首”工具 is a Chrome extension developed by spray, and its main feature is "该扩展的特色是可拖拽,自定义按钮的放置位置".
Extension Screenshots
Download 可拖拽的“返回页首”工具 Extension CRX File
Download 可拖拽的“返回页首”工具 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 | 可拖拽的“返回页首”工具 |
ID | ojeaknmhcadeeegalbdlofejoifinmoi |
Official URL | https://chromewebstore.google.com/detail/%E5%8F%AF%E6%8B%96%E6%8B%BD%E7%9A%84%E2%80%9C%E8%BF%94%E5%9B%9E%E9%A1%B5%E9%A6%96%E2%80%9D%E5%B7%A5%E5%85%B7/ojeaknmhcadeeegalbdlofejoifinmoi |
Description | 该扩展的特色是可拖拽,自定义按钮的放置位置 |
File Size | 17.66 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2015-08-28 |
Publish Date | 2015-08-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | spray |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u53ef\u62d6\u62fd\u7684\u201c\u8fd4\u56de\u9875\u9996\u201d\u5de5\u5177", "version": "1.0", "description": "\u8be5\u6269\u5c55\u7684\u7279\u8272\u662f\u53ef\u62d6\u62fd\uff0c\u81ea\u5b9a\u4e49\u6309\u94ae\u7684\u653e\u7f6e\u4f4d\u7f6e", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "\u53ef\u62d6\u62fd\u7684\u201c\u8fd4\u56de\u9875\u9996\u201d\u5de5\u5177" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/top.css" ], "js": [ "js\/drag.js", "js\/top.js" ] } ] } |