Best Apps Extension

Best Apps Extension

什麼是Best Apps Extension?

Best Apps Extension是由https://www.chromeosapps.org開發的Chrome擴展程式,該擴展的主要功能是“Best Apps Extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Best Apps Extension擴展crx文件

下載Best Apps Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension complements the Best Apps Collection of Apps.

Automatically the icon changes to notify you when the Best Apps report is updated.

Thanks for your patronage.  Please comment or provide a favorable review if you find our work helpful.                    

擴展基本資訊

名稱 Best Apps Extension Best Apps Extension
ID gellklljnmmkphmlmdljaoejofjkcjol
官方網址 https://chromewebstore.google.com/detail/best-apps-extension/gellklljnmmkphmlmdljaoejofjkcjol
簡介 Best Apps Extension
檔案大小 74.85 KB
安裝次數 59
目前版本 1.1.9
更新時間 2013-06-19
上架時間 2013-06-19
評分 5.00/5 共 2 次評分
開發者 https://www.chromeosapps.org
付費類型 free
擴展官網 http://www.chromeosapps.org
說明頁面URL http://www.chromeosapps.org
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Apps Extension",
    "version": "1.1.9",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon_128color.png"
    },
    "description": "Best Apps Extension",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_title": "Best Apps Extension",
        "default_icon": "img\/samlbw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.chromeosapps.org\/*",
        "management"
    ]
}