Browsite
Find who is behind a website
Browsiteとは何ですか?
Browsiteはhttp://browseye.comによって開発されたChromeの拡張機能で、その主な機能は「Find who is behind a website」です。
拡張機能のスクリーンショット
Browsite拡張機能のCRXファイルをダウンロード
Browsite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Websites use cookies to learn about who you are. It is only fair that you do the same. Browsite shows you everything about the website you are visiting. Who is behind it? See their smiling faces, jobs and LinkedIn profiles Where are they? See which country they operate from What company runs it? Find about the company that runs this website, its recent milestones and achievements What do people say? Read what others say about this website
拡張機能の基本情報
名前 | |
ID | jgeepmbincjcpcpdmjmgkegamlccfkbd |
公式URL | https://chrome.google.com/webstore/detail/browsite/jgeepmbincjcpcpdmjmgkegamlccfkbd |
説明 | Find who is behind a website |
ファイルサイズ | 16.1 KB |
インストール数 | 25 |
現在のバージョン | 0.0.6 |
最終更新日 | 2014-02-16 |
公開日 | 2014-02-16 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | http://browseye.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browsite", "version": "0.0.6", "description": "Find who is behind a website", "browser_action": { "default_icon": "bs128.png", "default_title": "Not implemented yet" }, "icons": { "16": "bs16.png", "48": "bs48.png", "128": "bs128.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/www.browseye.com" } |