Search On

This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.

Search Onคืออะไร?

Search On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vaibhav Jain และคุณลักษณะหลักของมันคือ "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more."

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

screenshot
screenshot
screenshot

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

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

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

                        Using this extension is very simple: Just select some text, right click and search on the popular Web apps.

Supported platforms in this version: 

1. Search on Youtube
2. Search on Quora
3. Search on Facebook
4. Search on Linkedin
5. Search on Twitter
6. Search on Stack Overflow
7. Search on Google Maps
8. Search on Reddit

& many more coming soon :)                    

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

ชื่อ Search On Search On
ID pfahhghfdbdafkefedkgkpjabiepikad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pfahhghfdbdafkefedkgkpjabiepikad
คำอธิบาย This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.
ขนาดไฟล์ 23.85 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-07-21
วันที่เผยแพร่ 2017-07-21
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Vaibhav Jain
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/odeskvaibhav/Search-on-chrome-extension
URL หน้าช่วยเหลือ https://github.com/odeskvaibhav/Search-on-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search On",
    "description": "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icons\/large.png",
        "default_title": "Post to Google Buzz"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/bitty.png",
        "48": "icons\/small.png",
        "128": "icons\/large.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "contextMenus",
        "history",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/getSelection.js"
            ]
        }
    ]
}