Posted To Reddit Or Not?

Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…

Posted To Reddit Or Not? là gì?

Posted To Reddit Or Not? là một tiện ích mở rộng Chrome được phát triển bởi john.horner, và tính năng chính của nó là "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Posted To Reddit Or Not?

Tải xuống các tệp mở rộng Posted To Reddit Or Not? 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

                        Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.

Version 0.5: some columns sortable..
Version 0.4: fixed date bug, internal improvements.
Version 0.3: improved icons, reduced permissions.                    

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

Tên Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
URL Chính Thức https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Mô tả Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Kích Thước Tệp 24.01 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2016-11-08
Ngày Phát Hành 2016-11-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển john.horner
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://johnhorner.info/posted-to-reddit-or-not/
URL Trang Trợ Giúp http://johnhorner.info/posted-to-reddit-or-not/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "short_name": "postedToRedditOrNot",
    "name": "Posted To Reddit Or Not?",
    "version": "0.5",
    "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}