Point+

More features for point.im

Point+ क्या है?

Point+ skobk.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More features for point.im"।

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

screenshot
screenshot

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

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

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

                        This extension adds new features to the point.im web interface:
- Fancybox support (Pop-up windows) for:
-- Images
-- Videos
-- Post links
-- Loading all images in one Fancybox gallery (thx @NokitaKaze)
- Embedding
-- Geldooru, danbooru, tumblr pictures (thx @NokitaKaze)
-- Wrapping links to *.webm files into video HTML5 tag (thx @NokitaKaze)
-- Pleer.com (thx @NokitaKaze)
-- SoundCloud.com
- Interface changes
-- Fluid layout
-- Original images loading instead of thumbnails
-- Markdown visual editor in the post form
-- Google search in header
-- Highlighting posts with new comments (thx @NokitaKaze)
- WebSocket support
-- New comments autoload
--- Desktop notifications
- Font size adjustment
- @ before username

And many other features.                    

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

नाम Point+ Point+
ID ghaddonhnchkdjaciggjijhophciboam
आधिकारिक URL https://chrome.google.com/webstore/detail/point+/ghaddonhnchkdjaciggjijhophciboam
विवरण More features for point.im
फ़ाइल का आकार 163 KB
स्थापना संख्या 45
वर्तमान संस्करण 1.42.1
अंतिम अपडेट 2016-08-19
प्रकाशन तिथि 2016-08-19
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर skobk.in
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitbucket.org/skobkin/chrome_point_plus/overview
सहायता पृष्ठ URL https://bitbucket.org/skobkin/chrome_point_plus/issues?status=new&status=open
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Point+",
    "version": "1.42.1",
    "default_locale": "ru",
    "author": "__MSG_ext_author__",
    "homepage_url": "https:\/\/bitbucket.org\/skobkin\/chrome_point_plus",
    "description": "__MSG_ext_description__",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_ext_page_action_title__",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.point.im\/*",
                "https:\/\/*.point.im\/*"
            ],
            "js": [
                "vendor\/jquery\/dist\/jquery.min.js",
                "js\/options-manager.js",
                "js\/message-sender.js",
                "js\/point-plus.js"
            ],
            "css": [
                "css\/point-plus.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "includes\/*",
        "vendor\/*",
        "manifest.json"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/point.im\/*",
        "https:\/\/point.im\/*",
        "http:\/\/*.point.im\/*",
        "https:\/\/*.point.im\/*",
        "https:\/\/pleer.com\/*",
        "http:\/\/player.soundcloud.com\/*",
        "https:\/\/player.soundcloud.com\/*",
        "https:\/\/api.kanaria.ru\/point\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/api.instagram.com\/*",
        "https:\/\/coub.com\/embed\/*",
        "storage",
        "notifications",
        "tabs"
    ]
}