mei's lens

mei's lens provides search the web by image feature for web pages.

mei's lens क्या है?

mei's lens Paul Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "mei's lens provides search the web by image feature for web pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में mei's lens एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        「mei's lens」provides search the web by image feature for web pages.

With 「mei's lens」you could do the following stuff.
- Pick & select image for searching by image.
- Comes with light / dark mode.

※ Usage instructions:
1. Turn on「mei's lens」by context menu or browser bar icon.(「mei's lens」will apply image directly once tap image context menu).「mei's lens」 will ask for google account login for 1st time usage. (This is just for recording request count only)
2. Switch mode to select area which you like to search.

※ How to switch main image source?
1. Drag & drop image file or web page element into main image section.
2. Focus main image section then paste url、image、html string on it.
3. Double click main image section to pick up image you like.

※ Keyboard shortcuts:
- 「ctrl」+「shift」+「L」: toggle「mei's lens」.
-  「esc」: turn off「mei's lens」.

※ Related videos:
- Tutorial: https://www.youtube.com/watch?v=jjUhkBtMGF4
- Switch image source: https://www.youtube.com/watch?v=SDS85iuBDlk

Enjoy it.

※ Change Log:
1.0.5:
  a. Add identity permission to connect with user's google account. (This is just for recording request count only)

1.0.4:
  a. Add options page for customize appearance.

1.0.3:
  a. Keyboard shortcut: 「esc」for turn off「mei's lens」.
  b. Performance enhancement.

1.0.2:
  a. Keyboard shortcut: 「ctrl」+「shift」+「L」 for toggle「mei's lens」.
  b. Add several ways to switch image source. User can copy / paste url、image、html string on main image when focus on it. Besides that,DnD also support drag file or web element into main image to switch its source.

1.0.1
  a. fix: data normalize.                    

एक्सटेंशन की मूल जानकारी

नाम mei's lens mei's lens
ID njoicpmnlbhcinacogofeincbglclloi
आधिकारिक URL https://chromewebstore.google.com/detail/meis-lens/njoicpmnlbhcinacogofeincbglclloi
विवरण mei's lens provides search the web by image feature for web pages.
फ़ाइल का आकार 2.07 MB
स्थापना संख्या 3,042
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-04-13
प्रकाशन तिथि 2022-04-13
रेटिंग 1.50/5 कुल 8 रेटिंग्स
डेवलपर Paul Li
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mei's lens",
    "version": "1.0.5",
    "description": "mei's lens provides search the web by image feature for web pages.",
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Turn on \/ off mei's lens for searching by image."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "\/mjs\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "options_page": "options.html",
    "oauth2": {
        "client_id": "1045255172658-bipqhbbn4l2rss06vscout6m3nmqac71.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "manifest_version": 3
}