Webapps

Extension with quick links to selected websites.

Webapps là gì?

Webapps là một tiện ích mở rộng Chrome được phát triển bởi martenicijuliart, và tính năng chính của nó là "Extension with quick links to selected websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webapps

Tải xuống các tệp mở rộng Webapps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
URL Chính Thức https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
Mô tả Extension with quick links to selected websites.
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 8,025
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-11-28
Ngày Phát Hành 2018-11-27
Đánh Giá 3.85/5 Tổng số 246 Đánh Giá
Nhà Phát Triển martenicijuliart
Loại Thanh Toán free
Trang Web Mở Rộng http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
URL Trang Trợ Giúp http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}