Appify
Open any frequently used web page or app into a centered popup.
什麼是Appify?
Appify是由Roger H. Charles開發的Chrome擴展程式,該擴展的主要功能是“Open any frequently used web page or app into a centered popup.”。
擴展截圖
下載Appify擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ednhhbdndmaaiikledchagbgjknhekhj |
| 官方網址 | 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"
}
} | |