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. 擴展基本資訊
| 名稱 | |
| ID | jlinpflaifheoeohbdffhfnnpghdnlel |
| 官方網址 | 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"
}
} | |