Upload To picBox
Upload an image to the free picBox service.
Τι είναι το Upload To picBox;
Το Upload To picBox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://picbox.us, και η κύρια λειτουργία του είναι "Upload an image to the free picBox service.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Upload To picBox
Λήψη αρχείων επέκτασης Upload To picBox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
picBox enables you to share text, images, screen snips, full-screen and multi-monitor screen captures effortlessly and seamlessly to anyone on the internet. The Upload to picBox extension is just another feature-set of the full picBox project, allowing you to right click and share images you find around the internet, as well as upload pictures from your computer directly to our secure servers, returning a text link into your clipboard. We are dedicated to bringing you a great experience, and welcome any and all constructive feedback we recieve! More information about picBox and its products can be found at https://picbox.us
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oogdogaijchgbmakknkjcmimfgdpodil |
Επίσημο URL | https://chrome.google.com/webstore/detail/upload-to-picbox/oogdogaijchgbmakknkjcmimfgdpodil |
Περιγραφή | Upload an image to the free picBox service. |
Μέγεθος Αρχείου | 20.7 KB |
Αριθμός Εγκαταστάσεων | 36 |
Τρέχουσα Έκδοση | 2.5.0 |
Τελευταία Ενημέρωση | 2013-04-13 |
Ημερομηνία Δημοσίευσης | 2013-04-13 |
Αξιολόγηση | 5.00/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | http://picbox.us |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://picbox.us |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon-128.png", "default_popup": "upload.html", "default_title": "Upload To picBox" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Upload an image to the free picBox service.", "background": { "scripts": [ "background.js" ] }, "name": "Upload To picBox", "permissions": [ "contextMenus", "tabs" ], "options_page": "options.html", "icons": { "48": "icon-48.png", "128": "icon-128.png", "16": "icon-16.png" }, "manifest_version": 2, "version": "2.5.0" } |