Furaffinity img resize

Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size

什麼是Furaffinity img resize?

Furaffinity img resize是由Trinitas開發的Chrome擴展程式,該擴展的主要功能是“Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size”。

擴展截圖

screenshot

下載Furaffinity img resize擴展crx文件

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

擴展使用說明

                        Alternative 1: (Orange fox)
Auto resizeing images and Flash movies so they fit window properly in furaffinity/view/ 

Alternative 2: (Pink fox)
click for 3 different image size in furaffinity/view/

Alternative 3: (Red fox)
Undo all changes and furaffinity works as normal and app is off                    

擴展基本資訊

名稱 Furaffinity img resize Furaffinity img resize
ID ffcnolecicobnjmgddllmfciibkcbnff
官方網址 https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff
簡介 Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
檔案大小 38.89 KB
安裝次數 72
目前版本 0.1
更新時間 2016-03-27
上架時間 2016-03-27
評分 4.75/5 共 4 次評分
開發者 Trinitas
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Furaffinity img resize",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size",
    "icons": {
        "16": "img\/fura16red.png",
        "128": "img\/fura128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/resize-img-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.furaffinity.net\/view\/*"
            ],
            "js": [
                "js\/jquery-2.2.1.min.js",
                "js\/resize-img.js"
            ]
        }
    ],
    "minimum_chrome_version": "20",
    "permissions": [
        "windows",
        "tabs",
        "storage",
        "contextMenus"
    ]
}