Yellow Landscape

Change current page background to yellow

什麼是Yellow Landscape?

Yellow Landscape是由dan.belz69開發的Chrome擴展程式,該擴展的主要功能是“Change current page background to yellow”。

擴展截圖

screenshot

下載Yellow Landscape擴展crx文件

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

擴展使用說明

                        Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.                    

擴展基本資訊

名稱 Yellow Landscape Yellow Landscape
ID jgielablfighaafogapfgpnlieaajbgk
官方網址 https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk
簡介 Change current page background to yellow
檔案大小 5.52 KB
安裝次數 10,000
目前版本 0.1
更新時間 2014-06-19
上架時間 2014-06-19
評分 2.31/5 共 13 次評分
開發者 dan.belz69
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Yellow Landscape",
    "description": "Change current page background to yellow",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}