CraigList Search
This extension allows you to search on CraigList
CraigList Searchとは何ですか?
CraigList SearchはGeny Herreraによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to search on CraigList」です。
拡張機能のスクリーンショット
CraigList Search拡張機能のCRXファイルをダウンロード
CraigList Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lets you quickly search on CraigList. In just one click you can search whatever you want on CraigList. It's very easy and clean. Versions: 1.0 - Initial 1.1 - Fix redirect to CraigList URL. 1.2 - Fix URL 1.3 - Adding location
拡張機能の基本情報
名前 | |
ID | pdjddkgbbcikpfolhkaodmobckpggolh |
公式URL | https://chrome.google.com/webstore/detail/craiglist-search/pdjddkgbbcikpfolhkaodmobckpggolh |
説明 | This extension allows you to search on CraigList |
ファイルサイズ | 47.12 KB |
インストール数 | 544 |
現在のバージョン | 1.3 |
最終更新日 | 2016-04-12 |
公開日 | 2016-04-12 |
評価 | 3.00/5 合計 6 レビュー |
開発者 | Geny Herrera |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Geny Isam Hamud Herrera ([email protected])", "name": "CraigList Search", "version": "1.3", "manifest_version": 2, "description": "This extension allows you to search on CraigList", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "CraigList Search", "default_popup": "browser_action\/browser_action.html" }, "permissions": [ "contentSettings", "notifications", "tabs", "geolocation" ] } |