Share me - Content sharing for Mobile/Tablet
Share your favorite web contents like article, link, video and text on your Mobile/Tablet.
Τι είναι το Share me - Content sharing for Mobile/Tablet;
Το Share me - Content sharing for Mobile/Tablet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DivP3, και η κύρια λειτουργία του είναι "Share your favorite web contents like article, link, video and text on your Mobile/Tablet.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Share me - Content sharing for Mobile/Tablet
Λήψη αρχείων επέκτασης Share me - Content sharing for Mobile/Tablet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        Looking for sharing a web page, article, video, or selected text on to your Mobile/Tablet. 
You got this extension, which will generate a QR Code of your favorite content. You can scan the QR Code using your Mobile/Tablet to access the content.
Following content are supported:
- Web Page : Just click the 'Share me' extension to share.
- Selected Text : Select your favorite text on the web page and right click and select 'Share with your Mobile/Tablet' context menu.
- Link : Right click on your favorite link and select 'Share with your Mobile/Tablet' context menu.
- YouTube Video: Right click anywhere on the page and select 'Share with your Mobile/Tablet' context menu.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | hhcmoefkofcdbfbpgibmffepdgaklppi | 
| Επίσημο URL | https://chromewebstore.google.com/detail/share-me-content-sharing/hhcmoefkofcdbfbpgibmffepdgaklppi | 
| Περιγραφή | Share your favorite web contents like article, link, video and text on your Mobile/Tablet. | 
| Μέγεθος Αρχείου | 96.71 KB | 
| Αριθμός Εγκαταστάσεων | 2,545 | 
| Τρέχουσα Έκδοση | 0.2 | 
| Τελευταία Ενημέρωση | 2015-02-01 | 
| Ημερομηνία Δημοσίευσης | 2015-02-01 | 
| Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις | 
| Προγραμματιστής | DivP3 | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share me - Content sharing for Mobile\/Tablet",
    "description": "Share your favorite web contents like article, link, video and text on your Mobile\/Tablet.",
    "version": "0.2",
    "icons": {
        "16": "assets\/images\/icon_32.png",
        "128": "assets\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Share me",
    "author": "DivP3"
}  |  |