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 |
| 公式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 |
| Eメール | [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"
}
} | |