craigstab

The new tab page is replaced by a list of craigslist results from searches specified by the user

craigstab là gì?

craigstab là một tiện ích mở rộng Chrome được phát triển bởi craigstabapp, và tính năng chính của nó là "The new tab page is replaced by a list of craigslist results from searches specified by the user".

Ả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 craigstab

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

                        If you find yourself searching for the same thing every day on craigslist: a job, an apartment, or whatever, you can save a search and go back to craigslist every day to look at the search. This extension tries to make that even more convenient, by making your new tab page show the results of your saved searches that have been posted that day.

Note: I am not affiliated with craigslist.                    

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

Tên craigstab craigstab
ID kdgbcogcnaebkjpanokfcgclahodnedh
URL Chính Thức https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh
Mô tả The new tab page is replaced by a list of craigslist results from searches specified by the user
Kích Thước Tệp 4.03 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2016-12-02
Ngày Phát Hành 2016-12-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển craigstabapp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mbehrlich.github.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "craigstab",
    "description": "The new tab page is replaced by a list of craigslist results from searches specified by the user",
    "version": "1.1.1",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "views\/menu.html"
    },
    "options_page": "views\/options.html",
    "chrome_url_overrides": {
        "newtab": "views\/new_tab.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*.craigslist.org\/",
        "https:\/\/*.craigslist.org\/"
    ]
}