Scrape Builder Free 0.1
Smartest way to get the best CSS Selectors and XPath.
Scrape Builder Free 0.1とは何ですか?
Scrape Builder Free 0.1はsalesによって開発されたChromeの拡張機能で、その主な機能は「Smartest way to get the best CSS Selectors and XPath.」です。
拡張機能のスクリーンショット
Scrape Builder Free 0.1拡張機能のCRXファイルをダウンロード
Scrape Builder Free 0.1拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool is a freebie that will help you get CSS Selectors and the most reliable XPath in a magical and practical way. Dont waste money on other apps. This will make your life easier.
拡張機能の基本情報
名前 | |
ID | kedeggjbcdkfamgfaaljfpknjhndmhbh |
公式URL | https://chrome.google.com/webstore/detail/scrape-builder-free-01/kedeggjbcdkfamgfaaljfpknjhndmhbh |
説明 | Smartest way to get the best CSS Selectors and XPath. |
ファイルサイズ | 126 KB |
インストール数 | 310 |
現在のバージョン | 0.1 |
最終更新日 | 2015-06-03 |
公開日 | 2015-06-02 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | sales |
支払い方法 | free |
拡張機能のウェブサイト | http://marketingmall.net/scrapebuilderfree |
ヘルプページのURL | http://marketingmall.net/scrapebuilderfree |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "name": "Scrape Builder Free 0.1", "homepage_url": "http:\/\/marketingmall.net\/scrapebuilderfree", "description": "Smartest way to get the best CSS Selectors and XPath.", "version": "0.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "XPath & CSS Selectors Scrape Builder" } } |