Spin Page In

Get every page a hot off the press.

Spin Page Inคืออะไร?

Spin Page In เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Get every page a hot off the press."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spin Page In

ดาวน์โหลดไฟล์ส่วนขยาย Spin Page In ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just like in the movies, watch the page spin in before reading.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spin Page In 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"
    }
}