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ファイルをダウンロード
Branded3 Advanced Operator Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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'" } |