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 |
官方網址 | 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'" } |