Point+

More features for point.im

Point+란 무엇입니까?

Point+은(는) skobk.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More features for point.im"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Point+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}