Webapps
Extension with quick links to selected websites.
Webappsとは何ですか?
Webappsはmartenicijuliartによって開発されたChromeの拡張機能で、その主な機能は「Extension with quick links to selected websites.」です。
拡張機能のスクリーンショット
Webapps拡張機能のCRXファイルをダウンロード
Webapps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick links to popular websites. Rearrange the icons in the order you like. Just press the icon, drag it to the new location and drop it. All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.
拡張機能の基本情報
名前 | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
公式URL | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
説明 | Extension with quick links to selected websites. |
ファイルサイズ | 198 KB |
インストール数 | 8,025 |
現在のバージョン | 1.4 |
最終更新日 | 2018-11-28 |
公開日 | 2018-11-27 |
評価 | 3.85/5 合計 246 レビュー |
開発者 | martenicijuliart |
支払い方法 | free |
拡張機能のウェブサイト | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
ヘルプページのURL | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |