Spin Page In
Get every page a hot off the press.
What is Spin Page In?
Spin Page In is a Chrome extension developed by Unknown, and its main feature is "Get every page a hot off the press.".
Extension Screenshots
Download Spin Page In Extension CRX File
Download Spin Page In 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
Just like in the movies, watch the page spin in before reading.
Extension Basic Information
Name | Spin Page In |
ID | jlinpflaifheoeohbdffhfnnpghdnlel |
Official URL | https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel |
Description | Get every page a hot off the press. |
File Size | 18.58 KB |
Installation Count | 8,578 |
Current Version | 0.1 |
Last Updated | 2015-03-13 |
Publish Date | 2015-03-13 |
Rating | 1.56/5 Total 18 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |