letmegooglethatforyou

Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard

Τι είναι το letmegooglethatforyou;

Το letmegooglethatforyou είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ilya.zatolokin, και η κύρια λειτουργία του είναι "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης letmegooglethatforyou

Λήψη αρχείων επέκτασης letmegooglethatforyou σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of stupid questions in groups and forums? 
Install the extension -> select text of the stupid question -> right click -> click  the 'Let me google that for you' in the context menu.
'Voila!' you've got a link to https://lmgtfy.com in the clipboard with the text of the stupid question.
Simply paste it as answer.
You rocks!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Επίσημο URL https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Περιγραφή Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Μέγεθος Αρχείου 4.37 KB
Αριθμός Εγκαταστάσεων 186
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2017-07-20
Ημερομηνία Δημοσίευσης 2017-07-20
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής ilya.zatolokin
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "letmegooglethatforyou",
    "description": "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ]
    },
    "icons": {
        "16": "lmgtfy.png"
    }
}