Webpage Rotator
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
什么是Webpage Rotator?
Webpage Rotator是由William Jiamin开发的Chrome扩展程序,该扩展的主要功能是“A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…”。
扩展截图
下载Webpage Rotator扩展crx文件
下载Webpage Rotator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button. This tool is perfect for reading vertically oriented documents or images, or just for changing your browsing perspective.
扩展基本信息
名称 | Webpage Rotator |
ID | kbgnmligkgbfigdjdjdahpgmklejinjn |
官方URL | https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn |
简介 | A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.… |
文件大小 | 321 KB |
安装次数 | 1,560 |
当前版本 | 1.0 |
更新时间 | 2023-06-09 |
上架时间 | 2023-06-08 |
评分 | 4.33/5 共6次评分 |
开发者 | William Jiamin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage Rotator", "version": "1.0", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "background": { "service_worker": "background.js" } } |