PicTwitterFull

Add zoom feature to twitter picture view.

PicTwitterFull क्या है?

PicTwitterFull cr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add zoom feature to twitter picture view."।

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

screenshot

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

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

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

                        [How to use]
This extension add to magnifying glass icon.
If click this icon(or right click on picture,or press + key), a picture will magnification to full size.
If once more click, it will magnification to one‐and‐a‐half times as size.
And if once more click, it will back to first size.

*** If lost a picture, scroll down and look for it. ***
*** If you want to use right click menu on a picture, press shift key and right click. ***

[Twitter account]
@PicTFull
https://twitter.com/PicTFull

[History]
v2.1.3 i18n internationalization
v2.1.2 Added to poor english explanation.
v2.1.1 Spelling mistake modified.
v2.1 Add to trigger right click.
v2.0 Add to magnifying glass icon.
v1.1 Add to keyboard shortcut(+ key)
v1.0 Release.                    

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

नाम PicTwitterFull PicTwitterFull
ID chfpgnianlhodkfdhdofnmjhpjebaamf
आधिकारिक URL https://chrome.google.com/webstore/detail/pictwitterfull/chfpgnianlhodkfdhdofnmjhpjebaamf
विवरण Add zoom feature to twitter picture view.
फ़ाइल का आकार 39.91 KB
स्थापना संख्या 289
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2015-06-19
प्रकाशन तिथि 2015-06-19
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर cr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/PicTFull
सहायता पृष्ठ URL https://twitter.com/PicTFull
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}