Next Image

wArLeY996 develop for get the next image quickly, powered by GoPanga.com

什麼是Next Image?

Next Image是由wArLeY996開發的Chrome擴展程式,該擴展的主要功能是“wArLeY996 develop for get the next image quickly, powered by GoPanga.com”。

擴展截圖

screenshot
screenshot

下載Next Image擴展crx文件

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

擴展使用說明

                        This extension is really simple to use.

If you download images from gallery is very useful

When you view an image: http://www.greenball.com/brochure/files/pages/large/5.jpg
and you want to see the next image, just need do click in the extension
and your url refresh to: http://www.greenball.com/brochure/files/pages/large/6.jpg

Try and enjoy!                    

擴展基本資訊

名稱 Next Image Next Image
ID cajjihnokceloghijecnmgjomhdpkdhm
官方網址 https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm
簡介 wArLeY996 develop for get the next image quickly, powered by GoPanga.com
檔案大小 125 KB
安裝次數 179
目前版本 1.0
更新時間 2015-02-04
上架時間 2015-02-04
評分 1.00/5 共 1 次評分
開發者 wArLeY996
付費類型 free
擴展官網 http://www.gopanga.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Next Image",
    "version": "1.0",
    "description": "wArLeY996 develop for get the next image quickly, powered by GoPanga.com",
    "options_page": "popup.html",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}