InShorts

Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.

InShorts là gì?

InShorts là một tiện ích mở rộng Chrome được phát triển bởi masthead1, và tính năng chính của nó là "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng InShorts 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

                        Stay informed in 60 words.

We understand you don’t have time to go through long news articles everyday. So we cut the clutter and deliver them, in 60-word shorts. Short news for the mobile generation.

About the extension: 
   -[NEW]Choose the frequency of news notifications.
   -Get notified for every important event.
   -Have finer control over what notifications you want to see.
   -A concise view where, reading news was never so convenient.
   -Choose a news topic for notifications.

Credits:
   -Extension created by masthead1

NOTE: I'm not responsible for any unforeseen disputes and/or clashes. All the copyrights and trademarks still belong to inShorts. User is advised to use this extension for his personal use only.                    

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

Tên InShorts InShorts
ID ihdhfdeffimajgfmlfhhnhkckfedaikd
URL Chính Thức https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd
Mô tả Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
Kích Thước Tệp 317 KB
Số Lần Cài Đặt 3,924
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-03
Ngày Phát Hành 2017-07-03
Đánh Giá 4.65/5 Tổng số 20 Đánh Giá
Nhà Phát Triển masthead1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.inshorts.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InShorts",
    "description": "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. ",
    "icons": {
        "16": "img\/favicon.png",
        "48": "img\/favicon.png",
        "128": "img\/favicon.png"
    },
    "version": "1.0",
    "homepage_url": "http:\/\/inshorts.com",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.inshorts.com\/en\/read",
        "http:\/\/images.newsinshorts.com.edgesuite.net\/app_assets\/images\/",
        "alarms",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/favicon.png",
        "default_title": "InShorts - by masthead1",
        "default_popup": "popup.html"
    }
}