Point+

More features for point.im

Point+ là gì?

Point+ là một tiện ích mở rộng Chrome được phát triển bởi skobk.in, và tính năng chính của nó là "More features for point.im".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Point+

Tải xuống các tệp mở rộng Point+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Point+ Point+
ID ghaddonhnchkdjaciggjijhophciboam
URL Chính Thức https://chrome.google.com/webstore/detail/point+/ghaddonhnchkdjaciggjijhophciboam
Mô tả More features for point.im
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.42.1
Cập Nhật Lần Cuối 2016-08-19
Ngày Phát Hành 2016-08-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển skobk.in
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/skobkin/chrome_point_plus/overview
URL Trang Trợ Giúp https://bitbucket.org/skobkin/chrome_point_plus/issues?status=new&status=open
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}