reho.st for chrome
Right click to rehost image on reho.st
reho.st for chrome क्या है?
reho.st for chrome lezioul द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click to rehost image on reho.st"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में reho.st for chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | odechagfpmckcflcamdlnopgkkcbkkpi |
आधिकारिक URL | 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 } |