Wow. Such Web

Very Doge Extension

什麼是Wow. Such Web?

Wow. Such Web是由http://www.bigblueboo.com開發的Chrome擴展程式,該擴展的主要功能是“Very Doge Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Wow. Such Web擴展crx文件

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

擴展使用說明

                        Are you tired of the same old relevant images in your news articles?

Anyone else just had it with the sober headlines and apropos captions dogging today's content?

Wow.  Very timely.  Such doge extension.  Wow.

With Wow. Such Web, all images are swapped out for pictures taken from a selection of Shiba Inus, Shiba confessions, Shibe animated gifs, and doge-inspired imagery.

What's more is that headlines and text will be sprinkled with little doge-isms.  Wow!  Such tone.

Should your boss walk by, simply click the Dogefy button and everything will return to normal.  Then, when you're ready to enjoy more doge, one more click and a fresh selection of shibes will adorn your screen.

It's the must-have Chrome extension of the season!  Install Wow. Such Web today -- you doge it to yourself!                    

擴展基本資訊

名稱 Wow. Such Web Wow. Such Web
ID mlmeobnmkpheoaocdlkhnibjkbjomncn
官方網址 https://chrome.google.com/webstore/detail/wow-such-web/mlmeobnmkpheoaocdlkhnibjkbjomncn
簡介 Very Doge Extension
檔案大小 163 KB
安裝次數 188
目前版本 1.0.3
更新時間 2014-02-12
上架時間 2014-02-12
評分 4.29/5 共 7 次評分
開發者 http://www.bigblueboo.com
付費類型 free
擴展官網 http://www.bigblueboo.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wow. Such Web",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Very Doge Extension",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/enabled_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*tbm=isch*",
                "*imgur.com*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost; object-src 'self' http:\/\/localhost",
    "incognito": "split",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "web_accessible_resources": [
        "manifest.json",
        "data\/new_lines.txt",
        "data\/image_urls.txt",
        "data\/gif_urls.txt",
        "img\/disabled_48.png",
        "img\/enabled_48.png",
        "scripts\/doge.css",
        "img\/logo11w.png",
        "img\/nytlogo379x64.gif",
        "img\/sprite_globalHeader_gray.png",
        "img\/huffington---homepage.gif"
    ]
}