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은(는) Vaibhav Jain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a very Simple extension to search the selected text on Popular platforms like Youtube, Quora, Facebook, Twitter & many more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Search On 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}