Spin Page In
Get every page a hot off the press.
什么是Spin Page In?
Spin Page In是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Get every page a hot off the press.”。
扩展截图
下载Spin Page In扩展crx文件
下载Spin Page In扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just like in the movies, watch the page spin in before reading.
扩展基本信息
名称 | Spin Page In |
ID | jlinpflaifheoeohbdffhfnnpghdnlel |
官方URL | https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel |
简介 | Get every page a hot off the press. |
文件大小 | 18.58 KB |
安装次数 | 8,578 |
当前版本 | 0.1 |
更新时间 | 2015-03-13 |
上架时间 | 2015-03-13 |
评分 | 1.56/5 共18次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "name": "Spin Page In", "description": "Get every page a hot off the press.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "rotate.js" ], "css": [ "rotate.css" ] } ], "icons": { "16": "img\/img16.png", "48": "img\/img48.png", "128": "img\/img128.png" } } |