Branded3 Advanced Operator Search
A tool for performing quick advanced searches based on the current page
Branded3 Advanced Operator Search란 무엇입니까?
Branded3 Advanced Operator Search은(는) google에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for performing quick advanced searches based on the current page"입니다.
확장 프로그램 스크린샷
Branded3 Advanced Operator Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows a user to quickly use Google's advanced search operators These operators currently include: - Site search - Related sites - Page and Domain level - Site Information - Page and Domain level - Cached versions of pages within Google These searches can be from the page/domain that you are currently browsing or inputting a domain will bring back search results related to this domain.
확장 프로그램 기본 정보
이름 | Branded3 Advanced Operator Search |
ID | njpgdloegkhfihmpkcpofkbgifmodalk |
공식 URL | https://chromewebstore.google.com/detail/branded3-advanced-operato/njpgdloegkhfihmpkcpofkbgifmodalk |
설명 | A tool for performing quick advanced searches based on the current page |
파일 크기 | 149 KB |
설치 횟수 | 58 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2017-09-25 |
출시 날짜 | 2017-09-25 |
개발자 | |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Branded3 Advanced Operator Search", "version": "0.0.3", "manifest_version": 2, "description": "A tool for performing quick advanced searches based on the current page", "homepage_url": "https:\/\/www.branded3.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "B3 Advanced Search", "default_popup": "src\/panels\/panel.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/assets\/app.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/libs\/vue.min.js", "src\/assets\/app.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |