reho.st for chrome

Right click to rehost image on reho.st

Cos'è reho.st for chrome?

reho.st for chrome è un'estensione di Chrome sviluppata da lezioul, e la sua funzione principale è "Right click to rehost image on reho.st".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione reho.st for chrome

Scarica i file di estensione reho.st for chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome reho.st for chrome reho.st for chrome
ID odechagfpmckcflcamdlnopgkkcbkkpi
URL Ufficiale https://chromewebstore.google.com/detail/rehost-for-chrome/odechagfpmckcflcamdlnopgkkcbkkpi
Descrizione Right click to rehost image on reho.st
Dimensione del File 29.49 KB
Conteggio Installazioni 182
Versione Corrente 0.4.4
Ultimo Aggiornamento 2016-02-25
Data di Pubblicazione 2016-02-25
Valutazione 3.56/5 Totale 9 Valutazioni
Sviluppatore lezioul
Tipo di Pagamento free
Lingue Supportate 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
}