Fresh Ubuntu Search Results

Get fresh Ubuntu search results! Filtered by past year.

Fresh Ubuntu Search Results là gì?

Fresh Ubuntu Search Results là một tiện ích mở rộng Chrome được phát triển bởi https://manuphatak.com, và tính năng chính của nó là "Get fresh Ubuntu search results! Filtered by past year.".

Ả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 Fresh Ubuntu Search Results

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

                        UPDATE: Version 2 is makes this extension great again!! Also fantastic new HIGH ENERGY artwork!!

Automagically freshens Ubuntu search results -- adds the "past year" filter.

Search engines supported:

- Google


Issues: https://github.com/bionikspoon/fresh-ubuntu-search-results/issues

Raise an issue to request new search engine support.                    

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

Tên Fresh Ubuntu Search Results Fresh Ubuntu Search Results
ID ikkohofimoelhcabiaepfkbhajokljle
URL Chính Thức https://chromewebstore.google.com/detail/fresh-ubuntu-search-resul/ikkohofimoelhcabiaepfkbhajokljle
Mô tả Get fresh Ubuntu search results! Filtered by past year.
Kích Thước Tệp 286 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2016-06-11
Ngày Phát Hành 2016-06-11
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://manuphatak.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bionikspoon/fresh-ubuntu-search-results
URL Trang Trợ Giúp https://github.com/bionikspoon/fresh-ubuntu-search-results/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "2.1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Manu Phatak ",
    "homepage_url": "https:\/\/github.com\/bionikspoon\/fresh-ubuntu-search-results",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Fresh Ubuntu Search Results"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}