Lemon X

View/download Twitter images at original size. Search MyAnimeList. Reverse search images on SauceNao. Translate text with Google.

Lemon Xคืออะไร?

Lemon X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Teh Lemon และคุณลักษณะหลักของมันคือ "View/download Twitter images at original size. Search MyAnimeList. Reverse search images on SauceNao. Translate text with Google."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lemon X

ดาวน์โหลดไฟล์ส่วนขยาย Lemon X ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension originally made for personal use. Uploaded to the Web Store for easy installation.

Adds context menu for images
* Reverse image search with SauceNAO

Adds context menu for highlighted text
* Translate selected text with Google Translate

Adds toolbar button
* Quickly search MyAnimeList

Improved Twitter
* Redirect Twitter image URLs to the original size and quality version
* Download Twitter images as image files instead of Twitter's jpg-large files

Every feature can be disabled in the options.
* Supports Chrome's Cloud Sync
-----
Permissions
-----
Read and change your data on pbs.twimg.com
* Used to redirect Twitter images to the original size
Read and change your data on twitter.com and mobile.twitter.com  
* Used to redirect Twitter timeline thumbnail images to the original size  
-----
Changelog
-----
2019/12/17 1.7.1
- Twitter timeline thumbnails are now also re-directed to the original size
2019/07/28 1.6.3
- Improved support for Twitter 2019
2019/07/20 1.6.0
- Added support for Twitter 2019 design
2018/06/06 1.5.3
- Fixed Twitter features
2018/06/04 1.5.1
- Translate Text now supports all the languages
- Now support Chrome's Cloud Sync
- Fixed settings resetting to default on browser restarts
- Options page is now neater                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lemon X Lemon X
ID chdldhicokpngnfcmbgmgleipomcojfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lemon-x/chdldhicokpngnfcmbgmgleipomcojfi
คำอธิบาย View/download Twitter images at original size. Search MyAnimeList. Reverse search images on SauceNao. Translate text with Google.
ขนาดไฟล์ 31.78 KB
จำนวนการติดตั้ง 336
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2019-12-17
วันที่เผยแพร่ 2019-12-16
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Teh Lemon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Teh-Lemon/Lemon-X-Chrome-Extension
URL หน้าช่วยเหลือ https://github.com/Teh-Lemon/Lemon-X-Chrome-Extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lemon X",
    "short_name": "Lemon X",
    "description": "View\/download Twitter images at original size. Search MyAnimeList. Reverse search images on SauceNao. Translate text with Google.",
    "version": "1.7.1",
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/pbs.twimg.com\/media\/",
        "*:\/\/twitter.com\/",
        "*:\/\/mobile.twitter.com\/",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "Lemon X"
    }
}