Fresh Ubuntu Search Results

Get fresh Ubuntu search results! Filtered by past year.

Fresh Ubuntu Search Resultsคืออะไร?

Fresh Ubuntu Search Results เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manuphatak.com และคุณลักษณะหลักของมันคือ "Get fresh Ubuntu search results! Filtered by past year."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fresh Ubuntu Search Results

ดาวน์โหลดไฟล์ส่วนขยาย Fresh Ubuntu Search Results ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fresh Ubuntu Search Results Fresh Ubuntu Search Results
ID ikkohofimoelhcabiaepfkbhajokljle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fresh-ubuntu-search-resul/ikkohofimoelhcabiaepfkbhajokljle
คำอธิบาย Get fresh Ubuntu search results! Filtered by past year.
ขนาดไฟล์ 286 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2016-06-11
วันที่เผยแพร่ 2016-06-11
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://manuphatak.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bionikspoon/fresh-ubuntu-search-results
URL หน้าช่วยเหลือ https://github.com/bionikspoon/fresh-ubuntu-search-results/issues
ภาษาที่รองรับ 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"
    ]
}