NextPage

NextPage is a fresh new social extension that recreates spontaneous meetings online. 💬 Accidentally meet friends and colleagues…

NextPageคืออะไร?

NextPage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nxt.page และคุณลักษณะหลักของมันคือ "NextPage is a fresh new social extension that recreates spontaneous meetings online. 💬 Accidentally meet friends and colleagues…"

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

screenshot
screenshot
screenshot

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

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

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

                        NextPage is a fresh new social extension that recreates spontaneous meetings online.

💬 Accidentally meet friends and colleagues if you are on the same website
😉 Start watercooler chat or wave to the person nearby
👍 React to pages' content

Remember how you bumped into your coworker near the watercooler and after a short chat came up with new ideas and solutions? Or how you met your friend in a yoga class completely by chance and that meeting brought you even closer? Now when most people are working remotely all these spontaneous communications are gone. But that shouldn't be so. 
NextPage is built to fix it.                    

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

ชื่อ NextPage NextPage
ID dicchgabfmmdfbcblldobbbenhikhhag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nextpage/dicchgabfmmdfbcblldobbbenhikhhag
คำอธิบาย NextPage is a fresh new social extension that recreates spontaneous meetings online. 💬 Accidentally meet friends and colleagues…
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-08-31
วันที่เผยแพร่ 2020-08-18
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา http://nxt.page
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nxt.page/
URL หน้านโยบายความเป็นส่วนตัว https://nxt.page/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NextPage",
    "description": "",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "default_locale": "en",
    "browser_action": {
        "default_title": "NextPage",
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "38": "images\/icons\/38.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/lib\/sugar.min.js",
            "\/lib\/socket.io.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "css": [
                "\/css\/style.css",
                "\/fonts\/rubik.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "\/lib\/sugar.min.js",
                "\/lib\/jquery.min.js",
                "\/js\/functions.js",
                "\/js\/template.js",
                "\/js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/app.nxt.page\/*"
            ],
            "js": [
                "\/js\/nxt.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/rubik\/iJWHBXyIfDnIV7F6iGmd8WA.woff2",
        "fonts\/rubik\/iJWHBXyIfDnIV7Eyjmmd8WA.woff2",
        "fonts\/rubik\/iJWKBXyIfDnIV7nBrXw.woff2"
    ]
}