Spin Page In
Get every page a hot off the press.
Wat is Spin Page In?
Spin Page In is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Get every page a hot off the press.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spin Page In
Download Spin Page In-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just like in the movies, watch the page spin in before reading. Basisinformatie over de Extensie
| Naam | |
| ID | jlinpflaifheoeohbdffhfnnpghdnlel |
| Officiële URL | https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel |
| Beschrijving | Get every page a hot off the press. |
| Bestandsgrootte | 18.58 KB |
| Aantal Installaties | 8,578 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2015-03-13 |
| Publicatiedatum | 2015-03-13 |
| Beoordeling | 1.56/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |