LinkHay QuickView
Cho phép xem nhanh trong LinkHay.com
What is LinkHay QuickView?
LinkHay QuickView is a Chrome extension developed by Măng Cụt Labs, and its main feature is "Cho phép xem nhanh trong LinkHay.com".
Extension Screenshots
Download LinkHay QuickView Extension CRX File
Download LinkHay QuickView extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dành cho bạn đọc của LinkHay.com. 1. Thêm nút "Xem nhanh" vào màn hình để xem trước bài viết siêu nhanh ngay trong LinkHay 2. Gửi link từ bất kỳ trang nào bằng cách bấm vào icon LinkHay ngay bên phải thanh địa chỉ của trình duyệt 3. Gửi hình từ bất kỳ trang nào chỉ bằng cách bấm chuột phải vào hình và chọn "Gửi media" 4. Tự động đọc thông tin tít chính, tít phụ, ảnh đại diện khi gửi * Extension cần quyền truy cập các trang web để tạo bản "Xem nhanh". Ngoài ra, không làm gì khác. Source code opensource ở đây: https://github.com/mangcut/linkhay Phát triển bởi Măng Cụt Labs (@thinker trên LinkHay).
Extension Basic Information
Name | LinkHay QuickView |
ID | jdiingledcmkbdenjnfelcoomapkcbpm |
Official URL | https://chromewebstore.google.com/detail/linkhay-quickview/jdiingledcmkbdenjnfelcoomapkcbpm |
Description | Cho phép xem nhanh trong LinkHay.com |
File Size | 226 KB |
Installation Count | 628 |
Current Version | 1.1.16 |
Last Updated | 2019-03-10 |
Publish Date | 2019-03-10 |
Rating | 5.00/5 Total 19 Ratings |
Developer | Măng Cụt Labs |
[email protected] | |
Payment Type | free |
Extension Website | http://mangcut.vn |
Help Page URL | http://linkhay.com/u/thinker |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkHay QuickView", "version": "1.1.16", "description": "Cho ph\u00e9p xem nhanh trong LinkHay.com", "icons": { "192": "icon.png" }, "permissions": [ "tabs", "contextMenus", "*:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_title": "B\u1ea5m \u0111\u1ec3 g\u1eedi tin", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "linkhay.css", "stickers\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.linkhay.com\/*" ], "css": [ "linkhay.css" ], "js": [ "jquery-3.2.1.min.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.linkhay.com\/*" ], "js": [ "util.js", "sticker.js", "pageInfo.js", "sites.js", "preview.js", "clean.js", "improve.js", "linkhay.js" ], "run_at": "document_end" } ] } |