Appify

Open any frequently used web page or app into a centered popup.

Appifyคืออะไร?

Appify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roger H. Charles และคุณลักษณะหลักของมันคือ "Open any frequently used web page or app into a centered popup."

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

screenshot

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

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

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

                        Use a web app more effectively with this enhanced toolbar bookmark. Choose any one you want. A Google Doc for example, or even a local HTML file.                    

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

ชื่อ Appify Appify
ID ednhhbdndmaaiikledchagbgjknhekhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj
คำอธิบาย Open any frequently used web page or app into a centered popup.
ขนาดไฟล์ 21.04 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2020-02-16
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Roger H. Charles
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Appify",
    "options_page": "options.html",
    "description": "Open any frequently used web page or app into a centered popup.",
    "version": "1.0.9",
    "manifest_version": 2,
    "icons": {
        "48": "imgs\/icon_48.png",
        "128": "imgs\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "imgs\/icon_128.png",
        "default_title": "Appify"
    }
}