reho.st for chrome

Right click to rehost image on reho.st

什麼是reho.st for chrome?

reho.st for chrome是由lezioul開發的Chrome擴展程式,該擴展的主要功能是“Right click to rehost image on reho.st”。

擴展截圖

screenshot

下載reho.st for chrome擴展crx文件

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

擴展使用說明

                        Rehost image on hfr-rehost.net (once rehosted, clipboard contains bbcode)

changelog:

0.4.4 :
- issue with Local Storage. Revert back to 0.4.1

0.4.3 :
- minor bug correction

0.4.2 :
- host selection is now possible in the options panel (accessible through extension config.)

0.4.1 :
- no more content-script on fullsize page (thx to Sly@HFR for page enhancement)
- workaround on URLDecode error

0.4 :
- add option : don't open tab with reho.st page (bbcode is still in the clipboard)

0.3 : 
- options page is now working...
- open the fullsize page of the image
- content-script : modification of the fullsize page to get rid of the code elements and replace them with textareas containing BBCode to the image.


0.2 : 
- change host to http://reho.st/                    

擴展基本資訊

名稱 reho.st for chrome reho.st for chrome
ID odechagfpmckcflcamdlnopgkkcbkkpi
官方網址 https://chromewebstore.google.com/detail/rehost-for-chrome/odechagfpmckcflcamdlnopgkkcbkkpi
簡介 Right click to rehost image on reho.st
檔案大小 29.49 KB
安裝次數 182
目前版本 0.4.4
更新時間 2016-02-25
上架時間 2016-02-25
評分 3.56/5 共 9 次評分
開發者 lezioul
付費類型 free
支援的語言 en,fr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "background": {
        "scripts": [
            "scripts.js"
        ]
    },
    "version": "0.4.4",
    "options_page": "options.html",
    "description": "Right click to rehost image on reho.st",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6",
    "default_locale": "en",
    "manifest_version": 2
}