Quick Wikipedia Search

Quick Wikipedia Search something on wikipedia website right from web browser

什麼是Quick Wikipedia Search?

Quick Wikipedia Search是由https://codebrary.com開發的Chrome擴展程式,該擴展的主要功能是“Quick Wikipedia Search something on wikipedia website right from web browser”。

擴展截圖

screenshot

下載Quick Wikipedia Search擴展crx文件

下載Quick Wikipedia Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quick Wikipedia Search is google chrome extension that makes your task easier to quick search something on wikipedia website right from web browser without navigating to wikipedia website.

For your  reference find the screenshot.

Wikipedia is a free encyclopedia, written collaboratively by the people who use it. It is a special type of website designed to make collaboration easy, called a wiki. Many people are constantly improving Wikipedia, making thousands of changes per hour.

I hope you like the Quick Wikipedia Search 

Support: 

If this extension has been valuable to you, please help us to keep the extension development in next level with adding great features in upcoming versions.
Any amount helps and is greatly appreciated!
https://www.payumoney.com/paybypayumoney/#/0F779D51191CA3AA46A04910276D858D

In case of any query/feedback feel free to reach out to us.

Thank You.                    

擴展基本資訊

名稱 Quick Wikipedia Search Quick Wikipedia Search
ID heimniiengmenilpfmpmmhadnlahblkn
官方網址 https://chromewebstore.google.com/detail/quick-wikipedia-search/heimniiengmenilpfmpmmhadnlahblkn
簡介 Quick Wikipedia Search something on wikipedia website right from web browser
檔案大小 42.47 KB
安裝次數 31
目前版本 1.1.1
更新時間 2019-02-14
上架時間 2019-02-13
開發者 https://codebrary.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.codebrary.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "index.html",
        "default_title": "Quick Wikipedia Search"
    },
    "description": "Quick Wikipedia Search something on wikipedia website right from web browser",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_64.png"
    },
    "manifest_version": 2,
    "name": "Quick Wikipedia Search",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org\/w\/api.php; object-src 'self'"
}