MEOWSER.ME
Replaces all images on a given page with pictures of cats.
什麼是MEOWSER.ME?
MEOWSER.ME是由http://www.meowser.me開發的Chrome擴展程式,該擴展的主要功能是“Replaces all images on a given page with pictures of cats.”。
擴展截圖
下載MEOWSER.ME擴展crx文件
下載MEOWSER.ME擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!! Meowser.me replaces all the images on a web page with photos of CATS! Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!
擴展基本資訊
名稱 | |
ID | cpjfmcjkclaplkjecocopokgephfimnb |
官方網址 | https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb |
簡介 | Replaces all images on a given page with pictures of cats. |
檔案大小 | 33.16 KB |
安裝次數 | 97 |
目前版本 | 2.1 |
更新時間 | 2014-03-02 |
上架時間 | 2014-03-02 |
評分 | 4.00/5 共 2 次評分 |
開發者 | http://www.meowser.me |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "heycat.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "MEOWSER.ME" }, "description": "Replaces all images on a given page with pictures of cats.", "homepage_url": "http:\/\/www.meowser.me", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "MEOWSER.ME", "permissions": [ "activeTab" ], "version": "2.1" } |